check_expected_cols | R Documentation |
Verify that a data.frame has the expected columns present
check_expected_cols(data, cols)
data |
A data.frame or similar object |
cols |
A character vector of expected column names |
Either more or fewer columns are an error.
'data' where the columns are ordered according to the order in 'cols'.
Other Data Management:
get_data_manage_standard_cols()
,
nonmem_column_order()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.