combine_to_tibble: Create an object that contains hashes of other files

View source: R/scmake.R

combine_to_tibbleR Documentation

Create an object that contains hashes of other files

Description

Create an object that contains hashes of other files

Usage

combine_to_tibble(...)

Arguments

...

files to combine into a single indicator file

Details

light wrapper on sc_indicate

Examples

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

USGS-R/scipiper documentation built on May 25, 2023, 8:47 a.m.