pkg_template | R Documentation |
Start a new project with the cpp11armadillo package template
pkg_template(path = NULL, pkgname = NULL)
path |
Path to the new project |
pkgname |
Name of the new package |
The file path to the copied template (invisibly).
# create a new directory
dir <- tempdir()
dir.create(dir)
# copy the package template into the directory
pkg_template(dir, "mynewpkg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.