Learn R Programming

animl (version 3.2.0)

load_data: Load .csv or .Rdata file

Description

Load .csv or .Rdata file

Usage

load_data(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