get_content: Retrieve contents field from {rosv} R6 object

View source: R/utils.R

get_contentR 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)


rosv documentation built on May 29, 2024, 2:58 a.m.