cms_load: Loads data in the cms format into R

View source: R/cms_load.R

cms_loadR Documentation

Loads data in the cms format into R

Description

Data from a *.txt file will be read into the function so that it can be fed to the algorithm. For the tabular structure see the Vignette.

Usage

cms_load(file, remove_this = NULL)

Arguments

file

path and filename as a string (e.g. C:/testfolder/testdata.txt)

remove_this

specification of columheaders that shall be removed from the data

Value

Data frame with the experimental raw data.


mytalbot/cms documentation built on July 3, 2022, 1:35 a.m.