clean_ascent_csvs: Clean Ascent CSVs

Description Usage Arguments Examples

Description

Reads Ascent csvs, generates a data frame that is easy to manipulate.

Usage

1
2
clean_ascent_csvs(batch_names, inst = TRUE, stream = TRUE, posix = TRUE,
  direct = FALSE)

Arguments

batch_names

List of batch names

inst

Defaults to TRUE. If FALSE will not extract the instrument from the batch name

stream

Defaults to TRUE. If FALSE will not extract the stream from the batch name

posix

Defaults to TRUE. If FALSE will not convert AcqTime to type POSIXct

direct

Defaults to FALSE. If TRUE will read batch_names input as file path, without adding folder/extension to input string

Examples

1
clean_ascent_csvs(batch_names)

kmjaniak/ascent documentation built on May 9, 2019, 9:58 p.m.