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