1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-06-07 08:36:08 +02:00
opensensmapR/man/st_as_sf.sensebox.Rd
noerw 2b8762d52c rename osem_as_sf to st_as_sf.sensebox
for consistency and better integration with sf
2017-08-25 11:37:03 +02:00

19 lines
496 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/box_utils.R
\name{st_as_sf.sensebox}
\alias{st_as_sf.sensebox}
\title{Convert a \code{sensebox} dataframe to an \code{\link[sf]{st_sf}} object.}
\usage{
st_as_sf.sensebox(x, ...)
}
\arguments{
\item{x}{The object to convert}
\item{...}{maybe more objects to convert}
}
\value{
The object with an st_geometry column attached.
}
\description{
Convert a \code{sensebox} dataframe to an \code{\link[sf]{st_sf}} object.
}