att_from_description: Return all package dependencies from current package
Description
Return all package dependencies from current package
Usage
att_from_description(path = "DESCRIPTION", dput = FALSE,
field = c("Depends", "Imports", "Suggests"))
Arguments
path
path to the DESCRIPTION file
dput
if FALSE return a vector instead of dput output
field
DESCRIPTION fied to parse, Import and Depends by default
Value
A character vector with packages names