myread: CSV reader

Description Usage Arguments Value Examples

View source: R/csvreader.R

Description

Title

Usage

1
myread(dird, csv)

Arguments

dird

the directory housing the CSV file (ending with "\\")

csv

the name of the CSV file

Value

a dataframe object containing the data in the csv file.

Examples

1
## Not run: mpg.df=myread(paste0("C:\\", "CSVdirectory\\"), "Data.csv")

DevinMcAfee123/MATH4753MCAFEE documentation built on April 27, 2021, 4:31 a.m.