golem_hook | R Documentation |
Golem Hook function
golem_hook(path, package_name, ...)
path |
Name of the folder to create the package in. This will also be used as the package name. |
package_name |
Package name to use. By default, golem uses
|
... |
Arguments passed from |
Used for side effect
if (requireNamespace("golem") & interactive()) {
golem::create_golem("myapp", project_hook = golem_hook)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.