use_analysis_package | R Documentation |
Add the Analysis Package Layout to the current package.
use_analysis_package(prompt = FALSE)
prompt |
If TRUE, prompt before writing |
When run, use_analysis_package()
creates analysis package directories, adds exclusions to
.gitignore and .Rbuildignore, creates _base.yml
in pkgdown
from the first URL
in
DESCRIPTION
, installs the README.Rmd
template for analysis packages, and the dplyr
package needed for the README.Rmd
template.
List containing dirs
created, rbuildignore
lines added to .Rbuildignore, gitignore
exclusions added to .gitignore.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.