View source: R/craft_package.R
craft_package | R Documentation |
This function creates a bare-bones R package with a minimal C code development support.
craft_package( path, fields = list(), rstudio = rstudioapi::isAvailable(), open = rlang::is_interactive() )
path |
A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists. |
fields |
A named list of fields to add to |
rstudio |
If |
open |
If
|
Path to the newly created project or package, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.