loadData {animl}R Documentation

Load .csv or .Rdata file

Description

Load .csv or .Rdata file

Usage

loadData(file)

Arguments

file

the full path of the file to load

Value

data extracted from the file

Examples

## Not run: 
  loadData("path/to/newfile.csv")

## End(Not run)

[Package animl version 1.1.0 Index]