loadData: loadData

Description Usage Arguments Details Value Author(s) Examples

Description

loads necessary data from files

Usage

1
loadData(file.name = "data.csv", ids = c("id"), var.name = NULL)

Arguments

file.name

string. name of csv file to load

ids

vector. vector of column names to be used as ids

var.name

string. name of the variable where to load the data in the main workspace

Details

loads necessary data from files

Value

nothing (creates variables with provided names)

Author(s)

Alex Zabeo

Examples

1
loadData("data.csv",c('id'),'dat')

azabeo/extrapolation documentation built on May 11, 2019, 5:16 p.m.