get_content_packages | R Documentation |
Get a data frame of package dependencies used by a content item.
get_content_packages(content)
content |
A content item |
A data frame with the following columns:
language
: Language ecosystem the package belongs to (r
or python
)
name
: The package name
version
: The package version
hash
: For R packages, the package DESCRIPTION
hash
Other packages functions:
get_packages()
## Not run:
client <- connect()
item <- content_item(client, "951bf3ad-82d0-4bca-bba8-9b27e35c49fa")
packages <- get_content_packages(item)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.