Creates a boilerplate package Get Started vignette.
pkg_getstarted(pkg_root, msg = "Get started file path:")
pkg_root | Character string. Package root directory. |
---|---|
msg | Character string.
Optional message.
If supplied,
prints |
Note that if pkg_create()
is used,
this function will be called.
Ivan Jacob Agaloos Pesigan
if (FALSE) { pkg_getstarted( pkg_root = "~/boilerplatePackage" ) }