mirror of
https://github.com/sensebox/opensensmapr
synced 2025-04-05 21:00:27 +02:00
automatically generated documentation has changed
This commit is contained in:
parent
86efd52bf2
commit
86e80d52c9
6 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
\alias{filter.osem_measurements}
|
\alias{filter.osem_measurements}
|
||||||
\title{Return rows with matching conditions, while maintaining class & attributes}
|
\title{Return rows with matching conditions, while maintaining class & attributes}
|
||||||
\usage{
|
\usage{
|
||||||
\method{filter}{osem_measurements}(.data, ..., .dots)
|
filter.osem_measurements(.data, ..., .dots)
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{.data}{A osem_measurements data.frame to filter}
|
\item{.data}{A osem_measurements data.frame to filter}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
\alias{filter.sensebox}
|
\alias{filter.sensebox}
|
||||||
\title{Return rows with matching conditions, while maintaining class & attributes}
|
\title{Return rows with matching conditions, while maintaining class & attributes}
|
||||||
\usage{
|
\usage{
|
||||||
\method{filter}{sensebox}(.data, ..., .dots)
|
filter.sensebox(.data, ..., .dots)
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{.data}{A sensebox data.frame to filter}
|
\item{.data}{A sensebox data.frame to filter}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
\alias{mutate.osem_measurements}
|
\alias{mutate.osem_measurements}
|
||||||
\title{Add new variables to the data, while maintaining class & attributes}
|
\title{Add new variables to the data, while maintaining class & attributes}
|
||||||
\usage{
|
\usage{
|
||||||
\method{mutate}{osem_measurements}(.data, ..., .dots)
|
mutate.osem_measurements(.data, ..., .dots)
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{.data}{A osem_measurements data.frame to mutate}
|
\item{.data}{A osem_measurements data.frame to mutate}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
\alias{mutate.sensebox}
|
\alias{mutate.sensebox}
|
||||||
\title{Add new variables to the data, while maintaining class & attributes}
|
\title{Add new variables to the data, while maintaining class & attributes}
|
||||||
\usage{
|
\usage{
|
||||||
\method{mutate}{sensebox}(.data, ..., .dots)
|
mutate.sensebox(.data, ..., .dots)
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{.data}{A sensebox data.frame to mutate}
|
\item{.data}{A sensebox data.frame to mutate}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
\alias{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.}
|
\title{Convert a \code{osem_measurements} dataframe to an \code{\link[sf]{st_sf}} object.}
|
||||||
\usage{
|
\usage{
|
||||||
\method{st_as_sf}{osem_measurements}(x, ...)
|
st_as_sf.osem_measurements(x, ...)
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{x}{The object to convert}
|
\item{x}{The object to convert}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
\alias{st_as_sf.sensebox}
|
\alias{st_as_sf.sensebox}
|
||||||
\title{Convert a \code{sensebox} dataframe to an \code{\link[sf]{st_sf}} object.}
|
\title{Convert a \code{sensebox} dataframe to an \code{\link[sf]{st_sf}} object.}
|
||||||
\usage{
|
\usage{
|
||||||
\method{st_as_sf}{sensebox}(x, ...)
|
st_as_sf.sensebox(x, ...)
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{x}{The object to convert}
|
\item{x}{The object to convert}
|
||||||
|
|
Loading…
Add table
Reference in a new issue