Learn R Programming

rosv (version 0.5.1)

is_rosv: Is object made from {rosv} R6 class

Description

Determine if object is an {rosv} type R6 class

Usage

is_rosv(x)

Value

Boolean value based on if x is an R6 class made by {rosv}.

Arguments

x

Object to check.

Examples

Run this code
is_rosv(RosvQuery1$new(name = 'readxl', ecosystem = 'CRAN'))

Run the code above in your browser using DataLab