check_inputs: Check function input for the correct class

Description Usage Arguments Value

View source: R/internals.R

Description

This function is supplied as a generic form of all_character, all_numeric, all_logical, and all_list.

Usage

1
2
3
4
5
6
7
8
9

Arguments

class.check

One of "character", "numeric", "logical", "list" specifying what class ... should be.

...

Unquoted names of function arguments to check

Value

Returns an error if the provided parameters do not match the specified class.


jpshanno/ingestr documentation built on Sept. 24, 2020, 11:40 a.m.