FileColumnsIngest: File columns ingestion.

Description Usage Arguments

View source: R/DataConversionFunctions.R

Description

Given a file name reads the data into column data frame

Usage

1
2
3
4
5
6
7
FileColumnsIngest(
  fname,
  sep = "\t",
  expectedColumns = 3,
  header = TRUE,
  apply.iconv = TRUE
)

Arguments

fname

filename assumed with suffix "TSV"

sep

separator

header

a logical value indicating whether the file contains the names of the variables as its first line


antononcube/ERTMon-R documentation built on Oct. 14, 2021, 2:27 p.m.