| read_sole_csv | R Documentation |
Read the sole csv file in the working directory
read_sole_csv(head = FALSE, ...)
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
mydata <- read_sole_csv() mydata <- read_sole_csv(head = TRUE) mydata <- read_sole_csv(fill = TRUE, nrows = 5)