package_articles: Copies the vignettes into Quarto

Description Usage Arguments

View source: R/package.R

Description

Copies the vignettes into Quarto

Usage

1
2
3
4
5
6
7
package_articles(
  pkg_folder = "",
  source = "vignettes",
  target = "articles",
  project_folder = "",
  root_folder = here::here()
)

Arguments

pkg_folder

Path to the package's source code

source

Sub-folder location where the vignettes are available

target

Sub-folder location to place the articles in Quarto

project_folder

Sub folder in root_folder that will be the base for the package's documentation.

root_folder

Base target Quarto folder. Defaults to current workspace.


edgararuiz/convertsite documentation built on Dec. 20, 2021, 3:19 a.m.