powered by
Remove an R script from a project. Removes program, dependency, and results.
removeScript(project.id = getProject(), source.file = get("source_info")$file$file, ask = TRUE)
project id
R script within that project
is a logical whether to ask user
value from file.remove
Cannot be undone through adapr! Will not remove markdown or other program side-effects.
# NOT RUN { remove.program("adaprHome","read_data.R") # } # NOT RUN { # }
Run the code above in your browser using DataLab