powered by
Opens script from a project with default R program. Can open markdown files as well.
openScript(rscript = "", project.id = getProject())
R script or Mardown filename to open
string for project id to search within.
If rscript argument is blank, then lists available scripts for convenience.
# NOT RUN { # Opens read_data.R within the adaprHome project openScript("read_data.R","adaprHome") # } # NOT RUN { # }
Run the code above in your browser using DataLab