create_article_pkg: Create an article package structure *[Experimental]*

Description Usage Arguments Value Examples

View source: R/create_article_pkg.R

Description

Create an article package structure [Experimental]

Usage

1
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

1
2
3
4
## Not run: 
create_article_pkg("~/foofactors")

## End(Not run)

adatar-do/rticle.pkgr documentation built on Dec. 18, 2021, 10:26 p.m.