Get a data frame of package dependencies used by a content item.
Value
A data frame with the following columns:
language
: Language ecosystem the package belongs to (r
orpython
)name
: The package nameversion
: The package versionhash
: For R packages, the packageDESCRIPTION
hash
See also
Other packages functions:
get_packages()
Examples
if (FALSE) { # \dontrun{
client <- connect()
item <- content_item(client, "951bf3ad-82d0-4bca-bba8-9b27e35c49fa")
packages <- get_content_packages(item)
} # }