Create a package for Shiny App using golem
create_golem(path, check_name = TRUE, open = TRUE,
package_name = basename(path), ...)
Name of the folder to create the package in. This will also be used as the package name.
When using this function in the console, you can prevent the package name from being checked.
booleen open the created project
package name to use
not used