Description Usage Arguments Details
Takes a dataframe at returns an sf object.
1  | geom_from_boundary(df, epsg, add = T)
 | 
df | 
 A dataframe including the columns   | 
epsg | 
 Intger value of the CRS the data is set to.  | 
add | 
 A boolean determining whether the geometries should be added to the
input dataframe (  | 
This function takes a dataframe and returns an sf object. The dataframe
must contain the columns, xmin, xmax, ymin, max,
which will be turned into the edges of a rectangular sf polygon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.