Rdocumentation
powered by
Learn R Programming
googleAnalyticsR (version 0.1.0)
expect_list_of_class: Test S3 Class in a list
Description
Test S3 Class in a list
Usage
expect_list_of_class(listthing, types, null_ok = FALSE)
Arguments
listthing
A list of things
types
A vector of s3 class we want
null_ok
Is it ok to have a NULL listhing?