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/osem_as_measurements.Rd

19 lines
508 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/measurement_utils.R
\name{osem_as_measurements}
\alias{osem_as_measurements}
\title{Converts a foreign object to an osem_measurements data.frame.}
\usage{
osem_as_measurements(x)
}
\arguments{
\item{x}{A data.frame to attach the class to.
Should have at least a `value` and `createdAt` column.}
}
\value{
data.frame of class \code{osem_measurements}
}
\description{
Converts a foreign object to an osem_measurements data.frame.
}