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/filter.sensebox.Rd

22 lines
566 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/external_generics.R
\name{filter.sensebox}
\alias{filter.sensebox}
\title{Return rows with matching conditions, while maintaining class & attributes}
\usage{
filter.sensebox(.data, ..., .dots)
}
\arguments{
\item{.data}{A sensebox 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}}
}