ParseEnteredData: 'ParseEnteredData'

View source: R/dataentry.R

ParseEnteredDataR Documentation

ParseEnteredData

Description

Takes a raw character matrix returned by dataEntry R GUI control and attempts to parse it to something more friendly such as a numeric matrix.

Usage

ParseEnteredData(
  raw.matrix,
  warn = TRUE,
  want.data.frame = FALSE,
  want.factors = TRUE,
  want.col.names = TRUE,
  want.row.names = FALSE,
  us.format = NULL
)

Arguments

raw.matrix

Character matrix

warn

Whether to show warnings

want.data.frame

logical; should a data.frame be returned instead of a matrix or vector?

want.factors

logical; should a text variable be converted to a factor? Ignored if want.data.frame is FALSE

want.col.names

logical; should the first row be interpretted as column names? Ignored if want.data.frame is FALSE

want.row.names

logical; should the first column be interpretted as row names? Ignored if want.data.frame is FALSE

us.format

logical; should the U.S. convention be used when parsing dates? Ignored if want.data.frame is FALSE


NumbersInternational/flipTransformations documentation built on Feb. 26, 2024, 6:43 a.m.