skeleton: Sets up directory structure for a new Samatha site 2 main...

Description Usage Arguments Value Examples

View source: R/build_site.R

Description

Sets up the directory structure for a new static site

Usage

1
  skeleton(site)

Arguments

site

path to the directory you want to set up

Value

logical TRUE if successful, FALSE if directory already exists

Examples

1
2
3
4
5
## Not run: 
mysite <- "/home/david/github/mysite"
skeleton(mysite)

## End(Not run)

DASpringate/samatha documentation built on May 6, 2019, 1:16 p.m.