View source: R/check_map_applicable.R
check_map_applicable | R Documentation |
Check if the map file is applicable for use with the associated dataset. If not applicable, will throw an error explaining why. If applicable, will return TRUE
check_map_applicable(df, map)
df |
A dataframe dataset to check against the map dataframe. |
map |
A map dataframe to check against the dataset. |
Returns a Boolean TRUE if the map is applicable for the given dataset. Otherwise will throw an error and stop.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.