read_csv | R Documentation |
Reads a CSV file.
read_csv(filedir, filename, stringsAsFactors = FALSE, ...)
filedir |
file directory, with or without trailing slash |
filename |
file name |
stringsAsFactors |
logical: should character vectors be converted to factors? |
... |
additional parameters to read.csv |
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.