readme_statdoc: Change read.me File

Description Usage Arguments Examples

Description

Alter the read.me file with a preset.

Usage

1
readme_statdoc(path, readme, file = NULL)

Arguments

path

Path to the index.html file.

readme

Path to the readme file.

file

The path/file name to output.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
(examp <- system.file("extdata/qdap", package = "acc.roxygen2"))
file.copy(examp, to=getwd(), recursive = TRUE)
path <- paste0(getwd(), "/qdap/index.html")
rdme <- system.file("extdata/readme.R", package = "acc.roxygen2")
file <- paste0(getwd(), "/qdap/index3.html")
readme_statdoc(path, rdme, file)

## End(Not run)

trinker/acc.roxygen2 documentation built on May 31, 2019, 8:41 p.m.