create_website {condensr}R Documentation

Create the templates for a condensr website

Description

Creates the necessary directories, high level files and structures for a condensr website.

Usage

create_website(dir, title)

Arguments

dir

Target directory for the website.

title

Title of the website.

Details

Under the hood, this function is creating a distill website (using distill:::do_create_website), and then overwriting some files with condensr specifics. These specific files are:

Value

No return value, called to create the skeleton structure of the website.

Examples

create_website(dir = tempdir(), "test_site")

[Package condensr version 1.0.0 Index]