In some instances, it may not be possible or desirable to merge all files first. This function will allow a researcher to strip away data on a file- specific basis. It is *much* slower than the functions that merge all files before reading them in or saving them (e.g., bash_merge() or tidy_merge()).

make_stripped_csv(csv_path, suffix = "_stripped")

Arguments

csv_path

path to the csv file as a string

suffix

string to append to new csv file

Value

none