Description Usage Arguments Details Value Examples
Generates the shell of a code that is project specific
1 2 | makeScript(r = "", description = "", project.id = getProject(),
seed = 2011, run = TRUE, openTF = TRUE)
|
r |
is source file name or Filename to create |
description |
Character string describing what program does |
project.id |
Character string for name of project |
seed |
Random start seed |
run |
Logical for execution of r script |
openTF |
Logcial for opening R script |
Will not overwrite existing program. Executes program and opens stub program. Mostly wrapper for sproutProgram.
Logical indicating failure or not
1 2 3 4 | ## Not run:
makeScript("read_data.R",description="reads data","adaprHome")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.