Learn R Programming

googleAnalyticsR (version 0.1.0)

expect_list_of_this: Testthat in a list

Description

Testthat in a list

Usage

expect_list_of_this(f, listthing, types, null_ok = FALSE)

Arguments

f
The testthat function
listthing
A list of things
types
A vector of types we want
null_ok
Is it ok to have a NULL listhing?