get_content | R Documentation |
Retrieve contents field from {rosv} R6 object
get_content(x)
x |
An object made by {rosv}. |
Values contained in the content field of the object (data.frame or list).
test <- RosvQuery1$new(name = 'readxl', ecosystem = 'CRAN')
get_content(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.