I would suggest Github or something similar for this type of situation.
Just a few of the reasons for recommending Github:
- Version control
- Code highlighting
- Cooperation
- R Github, R,
devtools - URL,
source()
, Github, :
require(RCurl)
baseURL = c("https://raw.github.com/--username--/--repo-name--/master/")
source(textConnection(getURL(paste0(baseURL, "path-to-scripts/script-name.R"))))
, , R devtools.
, R- Github. , "github: gist". "gist" , source_gist() devtools :
source_gist("gist-id-number")
, ...
, - Google , , , , " " , , . , URL- , ....
, "txt" , , source() - R. - , "UTF-8 ( )". - , ?