get_content {rosv} | R Documentation |
Retrieve contents field from {rosv} R6 object
Description
Retrieve contents field from {rosv} R6 object
Usage
get_content(x)
Arguments
x |
An object made by {rosv}. |
Value
Values contained in the content field of the object (data.frame or list).
Examples
test <- RosvQuery1$new(name = 'readxl', ecosystem = 'CRAN')
get_content(test)
[Package rosv version 0.5.1 Index]