mirror of
https://github.com/sensebox/opensensmapr
synced 2025-06-06 15:36:14 +02:00
21 lines
602 B
R
21 lines
602 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/external_generics.R
|
|
\name{filter.osem_measurements}
|
|
\alias{filter.osem_measurements}
|
|
\title{Return rows with matching conditions, while maintaining class & attributes}
|
|
\usage{
|
|
filter.osem_measurements(.data, ..., .dots)
|
|
}
|
|
\arguments{
|
|
\item{.data}{A osem_measurements data.frame to filter}
|
|
|
|
\item{...}{other arguments}
|
|
|
|
\item{.dots}{see corresponding function in package \code{\link{dplyr}}}
|
|
}
|
|
\description{
|
|
Return rows with matching conditions, while maintaining class & attributes
|
|
}
|
|
\seealso{
|
|
\code{\link[dplyr]{filter}}
|
|
}
|