Description Usage Arguments Value
View source: R/utils_tidy_data.R
Tidy the 'cleaned trips' data.frame into a sf object.
1 2 3 4 5 | tidy_cleaned_trips(
cleaned_trips,
project_crs = 4326,
smallest_rounding_digit = 2
)
|
cleaned_trips |
a data.table output from 'query_cleaned_trips()'. |
project_crs |
a EPSG code. Default as 4326. |
smallest_rounding_digit |
an integer value. |
a spatial data.frame of class sf.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.