is_rosv {rosv}R Documentation

Is object made from {rosv} R6 class

Description

Determine if object is an {rosv} type R6 class

Usage

is_rosv(x)

Arguments

x

Object to check.

Value

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

Examples

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


[Package rosv version 0.5.1 Index]