Skip to contents

Read in a data frame from a CSV file using the CSV dialect adopted by IIDDA.

Usage

read_data_frame(filename, col_classes = "character")

Arguments

filename

String giving the filename.

col_classes

See colClasses from read.table.