Learn R Programming

googleAnalyticsR (version 0.4.2)

expect_null_or_s3_class: Expect NULL or class (s3)

Description

wraps assertthat::assert_that(inherits(thing, s3class))() to run if not NULL

Usage

expect_null_or_s3_class(thing, s3class)

Arguments