sr_stitch: Single function for stitching together data from disparate...

Description Usage Arguments Value

Description

Single function for stitching together data from disparate sources

Usage

1
2
sr_stitch(file_path = ".", mapping_path, file_type = "csv",
  with_unmatched = FALSE)

Arguments

file_path

path to the directory of files

mapping_path

path to the .yml mapping file, including the file name

file_type

the type of file to compile - no . needed!

with_unmatched

if TRUE, will return a list with both the compiled files in 'matched_files' and a tibble of unmatched files in 'unmatched_files'

Value

a compiled dataframe of all files that were able to be successfully matched


chriscardillo/stitchr documentation built on May 8, 2019, 11:54 a.m.