View source: R/att_from_description.R
att_from_description | R Documentation |
Return all package dependencies from current package
att_from_description(
path = "DESCRIPTION",
dput = FALSE,
field = c("Depends", "Imports", "Suggests")
)
path |
path to the DESCRIPTION file |
dput |
if FALSE return a vector instead of dput output |
field |
DESCRIPTION field to parse, Import, Suggests and Depends by default |
A character vector with packages names
dummypackage <- system.file("dummypackage", package = "attachment")
# browseURL(dummypackage)
att_from_description(path = file.path(dummypackage, "DESCRIPTION"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.