1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-22 23:23:57 +01:00
opensensmapR/man/st_as_sf.osem_measurements.Rd

20 lines
549 B
Text
Raw Normal View History

% Generated by roxygen2: do not edit by hand
2018-10-20 01:51:17 +02:00
% Please edit documentation in R/external_generics.R
\name{st_as_sf.osem_measurements}
\alias{st_as_sf.osem_measurements}
\title{Convert a \code{osem_measurements} dataframe to an \code{\link[sf]{st_sf}} object.}
\usage{
st_as_sf.osem_measurements(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{osem_measurements} dataframe to an \code{\link[sf]{st_sf}} object.
}