View source: R/00_load_export_utils.R
pe_add_regions | R Documentation |
This function adds a Regions
column to the provider_extras
data frame by matching geocodes.
It uses data from the hud_load
function from the clarity.looker
package to retrieve region information.
pe_add_regions(
provider_extras,
Regions = clarity.looker::hud_load("Regions", dirs$public),
dirs
)
provider_extras |
|
Regions |
|
dirs |
|
(data.frame)
provider_extras
with an additional Regions
column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.