read_csv | R Documentation |
Read a csv file
read_csv(name = NULL, head = FALSE, ...)
name |
a character string of the csv file name without the
".csv" extension. For example, if the csv file to read is "myfile.csv",
enter |
head |
logical. if |
... |
optional arguments for the |
the output will be a data.table object, that is,
an output from the data.table function, fread
## Not run:
mydata <- read_csv("myfile")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.