Learn R Programming

XGR (version 1.1.5)

xAuxRdWrap: Function to wrap texts from Rd files

Description

xAuxRdWrap is supposed to wrap texts from Rd files under a given directory.

Usage

xAuxRdWrap(path = "./XGR/man", remove.dontrun = FALSE)

Arguments

path

a directory containing Rd files

remove.dontrun

logical to indicate whether to remove the restriction of not running examples. By default, it sets to FALSE without any modefications

Value

none

See Also

xAuxRdWrap

Examples

Run this code
# NOT RUN {
# xAuxRdWrap(path="./XGR/man", remove.dontrun=FALSE)
# }

Run the code above in your browser using DataLab