extractSectionFromRD: Extract sections from an .rd file

Description Usage Arguments Examples

View source: R/listDocArgs.R

Description

Extract sections from an .rd file

Usage

1

Arguments

file

the path to a .rd file

Examples

1
2
3
4
5
6
## Not run: 
path2packages <- file.path(pathGitHub(),"butils.base")
all.files <- list.files(file.path(path2packages,"man"), full.names = TRUE)
extractSectionFromRD(all.files[1])

## End(Not run)

bozenne/butils.base documentation built on April 1, 2020, 6:13 p.m.