myread: My csv read function

Description Usage Arguments Details Value Examples

View source: R/myread.R

Description

Reads a csv file into the workspace.

Usage

1
myread(csv, dird)

Arguments

csv

a string with the filename of the csv to read

dird

a string with the filepath up to the file where the csv is

Details

Given a path string and csv name, reads the csv into a data frame in the workspace.

Value

a data frame of values

Examples

1
2
dird = "[directory path]"; csv = "[filename]"
myread(csv, dird)

Nat-Geo/math4753 documentation built on April 16, 2020, 12:35 a.m.