check_columns | R Documentation |
When creating filters, either new columns names defined by the gblincoln package or column names provided by Gamebirds are accepted. This function takes as input a vector of column names and replaces all Gamebirds columns found by the package ones.
check_columns(col_names, columns = NULL)
col_names |
A vector of column names |
columns |
A dataframe that contains equivalence between Gamebirds columns and the package ones. Default: NULL |
A vector of same length as col_names but containing only renamed columns
rename_columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.