robust_header_matching | R Documentation |
robust matching of column names to a data.frame, returns the matched subset of columns
robust_header_matching(x, column_spec, columns_required)
x |
a data.frame |
column_spec |
named list where names are the target column names and values are vectors of column names to search for in parameter x |
columns_required |
a vector of columns that are required (i.e. throw error if any of these are missing). Should match the names in column_spec |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.