merge_csv: Merge multiple '.csv' files reading them one by one

Description Usage Arguments Examples

View source: R/misc_longer.R

Description

Merge multiple .csv files with limited memory usage by reading them one by one and appending them to an output file with default suffix '_merge'

Usage

1
merge_csv(path, str_to_match, suffix = "_merged")

Arguments

str_to_match

Examples

1
2
path <- mdmisc::get_active_file_path()
mdmisc::merge_csv(path, 'string to match')

m-dz/mdmisc documentation built on May 22, 2019, 12:23 p.m.