create_aoc | R Documentation |
Create package for Advent of Code work
create_aoc( path, check_name = TRUE, open = TRUE, overwrite = FALSE, package_name = basename(path) )
path |
Name of the folder to create the package in. This will also be used as the package name. |
check_name |
Should we check that the package name is correct according to CRAN requirements. |
open |
Boolean. Open the created project? |
overwrite |
Boolean. Should the already existing project be overwritten? |
package_name |
Package name to use. By default uses
|
Creates a package skeleton to work on Advent of Code.
See aoc::use_day()
function details (?aoc::use_day()
) for more info on
primary package function. Function based on golem::create_golem()
(https://github.com/ThinkR-open/golem).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.