Skip to contents

read_csv_addflnm is a function to read in .csv files (e.g. Echoview exports) as a table and append the filename as another column in the table. Is based off read_csv (from package readr)

Usage

read_csv_addflnm(flnm)

Arguments

flnm

- filename (full path) of csv file to read in