AG_meta: Extract meta-data from file header

View source: R/Read_Counts_Utils.R

AG_metaR Documentation

Extract meta-data from file header

Description

Extract meta-data from file header

Usage

AG_meta(
  file,
  verbose = FALSE,
  header_timestamp_format = "%m/%d/%Y %H:%M:%S"
)

value_check(values)

meta_format(x)

Arguments

file

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

verbose

A logical scalar: Print processing updates?

header_timestamp_format

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

values

list of meta values to check for completeness

x

string to format (one line of input from the data file)


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