c2f: CSV to Feather (if necessary) - this is an omnibus...

Description Usage

View source: R/trackProjectFunctions.r

Description

CSV to Feather (if necessary) – this is an omnibus read-data-and-save function. We use feather data files rather than CSVs because feather files are lighter. This detects if a feather file already exists. If it doesn't it reads in CSV and saves a feather file. It can read normal CSV or pipe-delimited files. It returns the dataset, so you don't have to read it in again.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
c2f(
  in_fn,
  out_fn = in_fn,
  clean = F,
  pipe = F,
  txt = F,
  test = F,
  test_n = 1000,
  read_in_feather = T,
  na_rm_nameid = F
)

tlcaputi/tlcPack documentation built on March 25, 2020, 12:55 p.m.