Learn R Programming

animl (version 1.1.0)

loadData: Load .csv or .Rdata file

Description

Load .csv or .Rdata file

Usage

loadData(file)

Value

data extracted from the file

Arguments

file

the full path of the file to load

Examples

Run this code
if (FALSE) {
  loadData("path/to/newfile.csv")
}

Run the code above in your browser using DataLab