Description Usage Arguments Value Examples
converts a csv file with geometry to sf object
1 |
name |
you want for the sf object (string). |
dataset |
path for dataset being transformed (string). |
long_name |
name of the longitude column from your file (string). |
lat_name |
name of latitude column from your file (string). |
espg |
espg of your dataset (integer). |
sf object
1 2 3 | csv_to_sf("affordable_housing",
"~/Documents/code/chicagodatapackage/chicagodatapackage/data-raw/AffordableHousingDevelopments.csv",
"Longitude", "Latitude", 4326)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.