Creates Package Skeleton
1 | pkg_create(path, pkg_name = basename(path), install_deps = FALSE, open = NULL)
|
path |
Name of folder to create package |
pkg_name |
Package name to use. Defaults to basename(path) |
open |
Logical: open RStudio Project? |
install_dependencies |
Logical: install standard dependencies? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.