ReadCsv: Read a CSV file from a predefined data directory Optionally,...

ReadCsvR Documentation

Read a CSV file from a predefined data directory Optionally, the function can check the file for uniqueness by providing a vector of column names that should be unique to each row.

Description

This function always assumes that the CSV file has a header row.

Usage

ReadCsv(file.name, data.dir, unique.col.names = NULL)

Arguments

file.name

The file name of the CSV file to load

data.dir

The directory that the CSV file is saved

unique.col.names

(optional): A vector of column names that combined uniquely identify each row


PSC-CoTC/AnnualReport documentation built on March 26, 2022, 9:33 a.m.