myread: Reads a CSV file

Description Usage Arguments Value Examples

View source: R/myread.R

Description

This function takes in a csv, reads through its contents, and creates a dataframe by separating the terms by commas. If the file is not in the current directory, users will be prompted to locate and choose the file off their system.

Usage

1
myread(csv)

Arguments

csv

Name of csv file

Value

Dataframe type

Examples

1
2
## Not run: mpg.df=myread("EPAGAS.csv")
## Not run: choose.df=myread("")

eric7chen/MATH4753chen0122 documentation built on April 25, 2021, 1:47 a.m.