| parse_rd | R Documentation |
A function that parsed markdown documentation files
that has been written in devtools::document.
parse_rd(
content,
what = c("description", "title", "format", "references"),
raw = F,
combine = T,
combine.with = "\n"
)
content |
a vector of strings. |
what |
a vector of search terms. |
raw |
boolean. Should the raw data be returned? |
combine |
boolean. Should the vectors in the list be combined? |
combine.with |
string. What should the vectors be collapsed with. |
## Not run:
content = readLines('man/gtex_table.Rd')
parse_rd(content)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.