extractSectionFromRD: Extract sections from an .rd file

View source: R/listDocArgs.R

extractSectionFromRDR Documentation

Extract sections from an .rd file

Description

Extract sections from an .rd file

Usage

extractSectionFromRD(file)

Arguments

file

the path to a .rd file

Examples


## 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 May 13, 2024, 12:20 p.m.