Learn R Programming

googleAnalyticsR (version 0.4.1)

expect_null_or_s3_class: Expect NULL or class (s3)

Description

wraps testthat::expect_type() to run if not NULL

Usage

expect_null_or_s3_class(thing, s3class)

Arguments