INZI_setup: Setup INZI datafile

Description Usage Arguments Author(s) References See Also Examples

View source: R/INZI_setup.R

Description

Specifying the data file to work on, with optional assigning and workspace

Usage

1
2
3
INZI_setup(wd='E:/',fl='data',dataname='mydata',type='.csv',
                     header=T,swd = F,assign = F,
                     pos = .GlobalEnv)

Arguments

x
assign

whether to assign the loaded data to directed position or not

Author(s)

Hao Li

References

https://www.r-bloggers.com/read-excel-files-from-r/ load xls/xlsx file

See Also

read.csv setwd

Examples

1
INZI_setup()#Using default version, save your CSV to E:/ as data.csv

HaoLi111/AutoiNZi documentation built on May 14, 2019, 4:01 a.m.