mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 14:53:57 +01:00
15 lines
453 B
R
15 lines
453 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.}
|
|
}
|
|
\description{
|
|
Converts a foreign object to an osem_measurements data.frame.
|
|
}
|