init_vignettes: Initialize a new packagedocs project

Description Usage Arguments

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)


packagedocs documentation built on May 2, 2019, 4:18 a.m.