Skip to contents

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'))
#> [1] TRUE