packagedocs (version 0.4.0)

init_vignettes: Initialize a new packagedocs project

Description

Initialize a new packagedocs project

Usage

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)