blogdown (version 1.2)

blogdown: The blogdown package

Description

The comprehensive documentation of this package is the book blogdown: Creating Websites with R Markdown (https://bookdown.org/yihui/blogdown/). You are expected to read at least the first chapter. If you are really busy or do not care about an introduction to blogdown (e.g., you are very familiar with creating websites), set your working directory to an empty directory, and run blogdown::new_site() to get started right away.

Arguments

Examples

Run this code
# NOT RUN {
if (interactive()) blogdown::new_site()
# }

Run the code above in your browser using DataCamp Workspace