Skip to contents

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)
#> NULL