create_site: create_site

Description Usage Arguments Author(s) See Also

View source: R/create_site.R

Description

The function create_site is meant to make reporducible workflows easier and more standardized. It creates many folders commonly used in projects suchs as docs, src, results and references. It also creates an Rmarkdown file for a notebook as well as uses knitr to spin it into a static website. This html file can be easily shared with collaborators or posted on github pages. It is already placed in the docs folder, which the user can enable a github pages website to be created from that folder under the repository director.

Usage

1
create_site(github_username = "kdgosik")

Arguments

github_username

string of your github username to create a button to direct to your page.

Author(s)

Kirk Gosik <kdgosik@gmail.com>

See Also

knitr


kdgosik/NotebookToSite documentation built on May 3, 2019, 1:48 p.m.