diagnose_pull_v2: Diagnose directory of one pull (i.e. a directory)

Description Usage Arguments Value Author(s) Examples

Description

Output diagnostics of a directory containing raw box files

Usage

1
2
3
4
5
diagnose_pull_v2(
  date,
  filenam = "latest_SNB_diagnose.csv",
  outDirLocation = getOption("path.to.raw_v2")
)

Arguments

date

a character vector formated as 'yyyy.mm.dd' (same as the directory date holding the raw data)

filenam

default to latest_SNB_diagnose.csv.

outDirLocation

the location of the raw data; the default is getOption('path.to.raw_v2')

Value

a data.table

Author(s)

MV

Examples

1
2
3
4
5
## Not run: 
options(host = 'scidb.mpio.orn.mpg.de')  
x = diagnose_pull_v2()

## End(Not run)

mpio-be/SNB2 documentation built on March 27, 2020, 8:33 p.m.