read: read

Description Usage Arguments Note Author(s) See Also Examples

View source: R/package.R

Description

read() reads a character string to find a csv file in the root directory. It uses check.names=F so that the column names don't have periods in them. I basically just made it so we can omit the ".csv" from filenames, but I was thinking about adding some more functionality later, I need to play around with the function some more first though to see what would be appropriate.

Usage

1
read(filename)

Arguments

filename

should be a character string that is the title of a csv file saved in the root directory or a directory pathway to a file name. omit the .csv or it won't find it.

Note

I figured this would be easier for Ichiko to remember

Author(s)

Tony Boy

See Also

read.csv()

Examples

1
2
{
  }

tonyelowsky/water documentation built on Nov. 13, 2019, 12:36 a.m.