read_sole_csv {kim} | R Documentation |
Read the sole csv file in the working directory
Description
Read the sole csv file in the working directory
Usage
read_sole_csv(head = FALSE, ...)
Arguments
head |
logical. if |
... |
optional arguments for the |
Value
the output will be a data.table object, that is,
an output from the data.table function, fread
Examples
mydata <- read_sole_csv()
mydata <- read_sole_csv(head = TRUE)
mydata <- read_sole_csv(fill = TRUE, nrows = 5)
[Package kim version 0.5.422 Index]