\(~\)
File -> New File -> R Markdown
\(~\)
\(~\) \(~\)
\(~\) \(~\)
\(~\) \(~\)
\(~\)
devtools
to help create a package
devtools::create
to create a name for your package (and produce the files and folders contained within)dir.create
to create a special path to specify a template fileskeleton.Rmd
in the skeleton
folder within your package\(~\)
use_rmarkdown_template()
function from the usethis
packageskeleton
folder and your skeleton.rmd file plus the yaml file\(~\)
install.packages("/Users/gua2004/bigG/", repos=NULL, type="source")
bigG