create_website: Create a demo blogdown website

Description Usage Arguments Value Examples

View source: R/main.R

Description

Create a demo blogdown website

Usage

1
create_website(to = getwd(), theme = "yihui/hugo-lithium", oldwd = getwd())

Arguments

to

the desnitation directory

theme

the name of the r blogdown theme.

oldwd

set the working directory aftering rendering the book

Value

copied file.

Examples

1
# create_website(tempdir())

rosr documentation built on July 2, 2020, 2:28 a.m.

Related to create_website in rosr...