parse_and_save: Parse the input Rd file and save the roxygen documentation...

View source: R/rd2roxygen.R

parse_and_saveR Documentation

Parse the input Rd file and save the roxygen documentation into a file

Description

Parse the input Rd file and save the roxygen documentation into a file

Usage

parse_and_save(path, file, usage = FALSE)

Arguments

path

the path of the Rd file

file

the path to save the roxygen documentation

usage

logical: whether to include the usage section in the output

Value

a character vector if file is not specified, or write the vector into a file

Author(s)

Hadley Wickham; modified by Yihui Xie <http://yihui.org>


Rd2roxygen documentation built on May 29, 2024, 7:30 a.m.