View source: R/add_to_rdepsignore.R
| add_to_rdepsignore | R Documentation |
This function adds files/folders to the .rdepsignore file. The
.rdepsignore file is used by rdeps to ignore files or folders when
detecting dependencies. This plain text file contains a list of files/folders
to be ignored.
This file will be created if it does not exist and will be added to the
.Rbuildignore file.
add_to_rdepsignore(x)
x |
A |
No return value.
## Not run:
add_to_rdepsignore("analyses/misc")
add_to_rdepsignore("analyses/old_scripts.R")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.