Learn R Programming

rosv (version 0.5.1)

get_content: Retrieve contents field from {rosv} R6 object

Description

Retrieve contents field from {rosv} R6 object

Usage

get_content(x)

Value

Values contained in the content field of the object (data.frame or list).

Arguments

x

An object made by {rosv}.

Examples

Run this code
test <- RosvQuery1$new(name = 'readxl', ecosystem = 'CRAN')
get_content(test)

Run the code above in your browser using DataLab