| .validate_custom_locations | R Documentation |
Helper function: given a data frame, and strings for label_var, lat_var, and long_var, the df is checked for
.validate_custom_locations(df, label_var, lat_var, long_var)
df |
A |
label_var |
Character scalar naming the label column. |
lat_var |
Character scalar naming the latitude column. |
long_var |
Character scalar naming the longitude column. |
A data.table with standardized columns
location, latitude, and longitude.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.