st_geometry | R Documentation |
sftime
objectsDrops the geometry column of an sftime
object. This will also drop
the sftime
class attribute and time_column
attribute.
## S3 method for class 'sftime'
st_drop_geometry(x, ...)
x |
An |
... |
ignored |
x
without geometry column and without sftime
and
sf
class.
# dropping the geometry column will also drop the `sftime` class:
g <- st_sfc(st_point(1:2))
time <- Sys.time()
x <- st_sftime(a = 3, g, time = time)
st_drop_geometry(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.