Skip to contents

Create an article package structure [Experimental]

Usage

create_article_pkg(path, template = Rmdx::rmdx_paper, use_home = TRUE, ...)

Arguments

path

where project will be located

template

base document to use. You can go with the default. Or set any of the rticles formats. Theoretically any format that follows the conventions of rticles can be used.

use_home

indicates if home page is used to display the article online version

...

other arguments passed to usethis::create_package

Value

NULL

Examples

if (FALSE) {
create_article_pkg("~/foofactors")
}