View source: R/createSFC_points.R
| createSFC_points | R Documentation | 
Function to create an sf (simple features) column with point geometries (i.e., an sfc_POINT object) from x,y coordinate vectors.
createSFC_points(x, y, crs = sf::NA_crs_, wrapDateline = FALSE)
| x | 
 | 
| y | 
 | 
| crs | 
 | 
| wrapDateline | 
 | 
Uses package sf.
an object of class sfc_POINT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.