1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-06-07 08:36:08 +02:00
opensensmapR/man/mutate.osem_measurements.Rd
Norwin Roosen 6a42357ec3 dynamically load S3 methods from foreign packages
namely dplyr::mutate, dplyr::filter, sf::st_as_sf

this is due to changes in the upcoming R release 3.6.0.
the approach taken is copied from the sf package.
2018-09-21 12:06:55 +02:00

21 lines
598 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/measurement_utils.R
\name{mutate.osem_measurements}
\alias{mutate.osem_measurements}
\title{Add new variables to the data, while maintaining class & attributes}
\usage{
\method{mutate}{osem_measurements}(.data, ..., .dots)
}
\arguments{
\item{.data}{A osem_measurements data.frame to mutate}
\item{...}{other arguments}
\item{.dots}{see corresponding function in package \code{\link{dplyr}}}
}
\description{
Add new variables to the data, while maintaining class & attributes
}
\seealso{
\code{\link[dplyr]{mutate}}
}