ohio_city2county | R Documentation |
This uses online references to create a table that maps Ohio Cities to Counties.
ohio_city2county(
file = "https://www.omlohio.org/DocumentCenter/View/117/Municipalities-in-Ohio-PDF",
path = file.path("data", "ohio_city2county.feather"),
overwrite = FALSE
)
file |
|
path |
|
overwrite |
|
Extracting tables from every page of a PDF is an expensive process, therefore this function saves a feather file for rapid retrieval. The file will be written to path
with the same name as the pdf passed to file
.
(tbl_df)
of geocodes. A message indicating where the feather file has been saved for quick retrieval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.