init_vignettes: Initialize a new packagedocs project

Description Usage Arguments

View source: R/init.R

Description

Initialize a new packagedocs project

Usage

1
2
init_vignettes(code_path = ".", title = NULL, subtitle = NULL,
  author = NULL)

Arguments

code_path

location of R package (defaults to current directory)

title

title of main page (will search in DESCRIPTION if NULL - can be changed later)

subtitle

subtitle of main page (can be changed later)

author

author (can be changed later)


hafen/packagedocs documentation built on Oct. 3, 2019, 9:32 p.m.