parseRawres: Parse a PsN raw results file

Description Usage Arguments Author(s)

Description

Parse a PsN raw results file

Usage

1
2
parseRawres(rawresPath, cols = NULL, skipRows = 0, addPath = FALSE,
  addGroup = FALSE)

Arguments

rawresPath

The file path for the rawres file to parse. No default.

cols

A vector of column names or numbers to be parsed. If set to vector of length 1 or longer all other columns will be discarded. Please observe that column names must match the read.csv interpretation of the column header.

skipRows

Number of rows to skip after the header. Not to be confused with 'skip' which is a read.csv option that will skip rows from the top of the file before looking for a header.

addPath

If set the the returned data frame will include a column containing the file name that was parsed. Default is FALSE.

addGroup

If set the returned data frame will include a group column with a group number based on minimization and covariance step success. Default is FALSE

parseRawres()

Author(s)

Henrik Bjugård Nyberg - henrik.b.nyberg@farmbio.uu.se


UppsalaHenrik/nmsurfaceplot documentation built on June 4, 2019, 2:02 a.m.