strip.comments: Strip comments

View source: R/convert.inp.r

strip.commentsR Documentation

Strip comments

Description

Read in file and strip out comments and blank lines.

Usage

strip.comments(inp.filename, use.comments = TRUE, header = TRUE)

Arguments

inp.filename

name of input file; inp extension is assumed and does not need to be specified

use.comments

if TRUE values within /* and */ on data lines are used as row.names for the RMark dataframe. Only use this option if they are unique values.

header

if TRUE, input file has header line with field names

Value

rn

row names

out.filename

output filename

Author(s)

Jeff Laake


RMark documentation built on Aug. 14, 2022, 1:05 a.m.

Related to strip.comments in RMark...