Learn R Programming

samatha (version 0.41)

skeleton: Sets up directory structure for a new Samatha site 2 main subdirectories: template (for source code for the site) and basename(site) for the html etc. of the site itself

Description

Sets up the directory structure for a new static site

Usage

skeleton(site)

Arguments

site
path to the directory you want to set up

Value

logical TRUE if successful, FALSE if directory already exists

Examples

Run this code
## Not run: 
# mysite <- "/home/david/github/mysite"
# skeleton(mysite)
# ## End(Not run)

Run the code above in your browser using DataLab