Import a predx-formatted CSV file as a predx data frame

import_csv(file = NULL)

Arguments

file

A csv file/path *or* a data.frame object. Either should have a predx_class column and whatever columns are needed for the included classes (e.g. point, bin, prob).

colClasses

optional. Can be specified folling read.csv to control column classes.

Value

A predx data frame.

Examples