dataSetToDataFrame: Converts a list of 'DataSet' objects to a data.frame

View source: R/utilities-data-set.R

dataSetToDataFrameR Documentation

Converts a list of DataSet objects to a data.frame

Description

Converts a list of DataSet objects to a data.frame

Usage

dataSetToDataFrame(dataSets)

dataSetToTibble(dataSets)

Arguments

dataSets

A list of DataSet objects or a single DataSet

Value

DataSet objects as data.frame with columns name, xValues, yValues, yErrorValues, xDimension, xUnit, yDimension, yUnit, yErrorType, yErrorUnit, molWeight, lloq, and a column for each meta data that is present in any DataSet.


Open-Systems-Pharmacology/OSPSuite-R documentation built on April 28, 2024, 2:24 a.m.