Description Usage Arguments Details Value Examples
Remove an R script from a project. Removes program, dependency, and results.
1 2 | removeScript(project.id = getProject(),
source.file = get("source_info")$file$file, ask = TRUE)
|
project.id |
project id |
source.file |
R script within that project |
ask |
is a logical whether to ask user |
Cannot be undone through adapr! Will not remove markdown or other program side-effects.
value from file.remove
1 2 3 4 | ## Not run:
remove.program("adaprHome","read_data.R")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.