extractSectionFromRD | R Documentation |
Extract sections from an .rd file
extractSectionFromRD(file)
file |
the path to a .rd file |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.