source.https | R Documentation |
source.https causes R to accept its input from a File in an https URL. Input is read and parsed from that file until the end of the file is reached, then the parsed expressions are evaluated sequentially in the chosen environment.
source.https(URL, ..., remove_r_file = T)
URL |
the URL of the .r file to download and source. |
... |
parameters to pass to source |
remove_r_file |
if to remove the .r file after it was sourced. |
"The easiest way to use Git on Windows." (at least so they say...)
Nothing.
Other solutions to the source.https problem:
Using RCurl
devtools::source_url
A relevant (OLD) discussion: https://stackoverflow.com/questions/7715723/sourcing-r-script-over-https
source
## Not run: source.https("https://raw.github.com/talgalili/installr/master/R/install.r") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.