es_read_files: Read files

Description Usage Arguments Value

Description

Read a specific file from multiple sources in the fileset and join to one tibble.

Usage

1
2
es_read_files(filesets, filename, prepare = function(data) {     data },
  ...)

Arguments

filesets

a filesets containing one or more files with the name

filename

the name of the file to use

prepare

(optional) a function to call on to alter the read tibble

...

arguments to pass on to read.csv

Value

a tibble containing the read data, NULL if the file is not found


mYstar/easyshiny documentation built on June 21, 2019, 10:37 a.m.