Read source code from R-Forge
This function reads source code from the SVN repositories on R-Forge.
read_rforge(path, project, extra = "")
path |
Relative path to the source script on R-Forge. |
project |
Name of the R-Forge project. |
extra |
Extra parameters to be passed to the URL (e.g. |
A character vector of the source code.
Yihui Xie and Peter Ruckdeschel
library(knitr) # relies on r-forge.r-project.org being accessible read_rforge("rgl/R/axes.R", project = "rgl") read_rforge("rgl/R/axes.R", project = "rgl", extra = "&revision=519")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.