You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensensmapR/man/st_as_sf.osem_measurements.Rd

20 lines
549 B
R

% Generated by roxygen2: do not edit by hand
% 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.
}