combine_to_tibble: Create an object that contains hashes of other files

Description Usage Arguments Details Examples

View source: R/scmake.R

Description

Create an object that contains hashes of other files

Usage

1

Arguments

...

files to combine into a single indicator file

Details

light wrapper on sc_indicate

Examples

1
2
3
tfiles <- tempfile(pattern=as.character(1:3))
for(i in 1:3) readr::write_lines(i, path=tfiles[i])
combine_to_tibble(tfiles)

aappling-usgs/scipiper documentation built on Aug. 1, 2020, 3:11 p.m.