read_acclogging_csv: Read a csv file produced by TIMBER or the Java Export CLI

Description Usage Arguments Value Examples

Description

Read a csv file produced by TIMBER or the Java Export CLI

Usage

1

Arguments

file

Anything accepted by read_lines() or an xrootd URL.

variables

A vector of variables to read (if NULL, read all).

pattern

Filter array variables based on regular expression.

Value

A list of data frames.

Examples

1
2
3
read_acclogging_csv(readcern_example('Summary_4691_B1.HYB.CSV.gz'))
read_acclogging_csv(readcern_example('Summary_4691_B1.HYB.CSV.gz'),
                    variables=c('BSRL.B1.HYB.Q_sat_bunched'))

rmatev/readcern documentation built on June 7, 2019, 10:43 p.m.