roxy2Rd: roxy2Rd

Description Usage Arguments Details Value Examples

View source: R/roxy2Rd.R

Description

Convert roxygen2 tags directly to Rd

Usage

1
roxy2Rd(input, output, env = NULL)

Arguments

input,

character, path to R file with roxygen2 tags

output,

character, path to output file to save Rd files

env,

environment, environment to run parse_file. Defaults to NULL

Details

Takes, as input, an R script with roxygen2 tags and outputs the Rd file to an output folder

Value

This function doesn't return anything

Examples

1
2
input_path <- system.file("examples/script.R", package = "directRoxy")
roxy2Rd(input_path, tempdir())

mimikwang/directRoxy documentation built on Dec. 29, 2019, 11:58 a.m.