Description Usage Arguments Value
Change projection of coordinates within a data frame
1 | change_projection(df, xcol, ycol, crs_from, crs_to)
|
df |
the data frame containing the coordinates |
xcol |
the name of the column containing the longitude coordinate |
ycol |
the name of the column containing the latitude coordinate |
crs_from |
the crs projection to convert from |
crs_to |
the crs projection to convert to |
the original data frame with the coordinates converted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.