Description Usage Arguments Details Examples
Opens script from a project with default R program. Can open markdown files as well.
1 | openScript(rscript = "", project.id = getProject())
|
rscript |
R script or Mardown filename to open |
project.id |
string for project id to search within. |
If rscript argument is blank, then lists available scripts for convenience.
1 2 3 4 5 6 | ## Not run:
# Opens read_data.R within the adaprHome project
openScript("read_data.R","adaprHome")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.