myread: my read function

View source: R/functions.R

myreadR Documentation

my read function

Description

This function reads .csv data into the environment

Usage

myread(dird, csv)

Arguments

dird

directory csv is stored in

csv

the title of the .csv title as a string

Value

table containing data

Examples

## Not run: dird = "C:\\Users\\Admin\\Desktop\\Applied Statistical Methods\\Lab 4\\"
data = myread(dird, 'SPRUCE.csv')
## End(Not run)


nbcastle/MATH4753cast0059 documentation built on May 3, 2022, 8:21 p.m.