View source: R/rpac_rbuildignore.R
rpac_rbuildignore | R Documentation |
rpac_rbuildignore() creates a .Rbuildignore file
rpac_rbuildignore(path = ".", append = TRUE)
path |
Pass a path as string. Default is current working directory ('.'). |
append |
Append text to an existing file. Default is TRUE |
Creates a .Rbuildignore file in the working directory
Append is false, this will overwrite a file with the same name.
Antonio J Berlanga-Taylor <https://github.com/AntonioJBT/Rpacker>
## Not run:
setwd('/my_github/my_packages/test_package')
rpac_rbuildignore()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.