check_dataset {vaccineff} | R Documentation |
data_set
This auxiliary function checks that the type of the object
provided in data_set
is a data.frame
and that the specified columns
are included in it.
check_dataset(data_set, columns)
data_set |
|
columns |
A vector of column names that should be present in
|
This function does not return a value.