Learn R Programming

MetaboAnalystR (version 2.0.0)

getDataFromTextArea: Transform two column text to data matrix

Description

Transform two column input text to data matrix (single column data frame)

Usage

getDataFromTextArea(txtInput, sep.type = "space")

Arguments

txtInput

Input text

sep.type

Indicate the seperator type for input text. Default set to "space"