View source: R/update_package.R View source: R/setup_package.R
Update Personal Lib Package
1 2 3 4 5 6 | update_package(
pkg_name = NULL,
project_dir = NULL,
check = FALSE,
branch = "main"
)
|
pkg_name |
Package name to be created |
project_dir |
package project path to be used |
check |
Should run checks?; Default: FALSE |
branch |
name of the default git branch to create. Default: "main" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.