radix (version 0.6)

create_website: Create a Radix website

Description

Create a basic skeleton for a Radix website or blog. Use the create_website() function for a website and the create_blog() function for a blog.

Usage

create_website(dir, title, gh_pages = FALSE, edit = interactive())

create_blog(dir, title, gh_pages = FALSE, edit = interactive())

Arguments

dir

Directory for website

title

Title of website

gh_pages

Configure the site for publishing using GitHub Pages

edit

Open site index file or welcome post in an editor.

Examples

Run this code
# NOT RUN {
library(radix)
create_website("mysite", "My Site")
# }

Run the code above in your browser using DataCamp Workspace