read_AG_counts: Read data table files containing count values

View source: R/Read_Counts.R

read_AG_countsR Documentation

Read data table files containing count values

Description

Read data table files containing count values

Usage

read_AG_counts(
  file,
  verbose = FALSE,
  skip = 11,
  header = FALSE,
  header_timestamp_format = "%m/%d/%Y %H:%M:%S",
  ...
)

Arguments

file

A character scalar giving path to an automatically-generated csv file with count values

verbose

A logical scalar: Print processing updates?

skip

Header length: Number of rows to skip when reading the file

header

A logical scalar: Are variable names contained in first row of file?

header_timestamp_format

character. Space delimited format of the date and time in the file header (default is %m/%d/%Y %H:%M:%S)

...

Further arguments passed to data.table::fread

Value

A data frame reflecting the data contained in the csv file


jbrond/PhysAccel documentation built on Aug. 29, 2024, 4:31 a.m.