Description Usage Arguments Details Value Author(s)
View source: R/readLoggerFile.R
read_csv but read guessed integer columns as double
1 | read_csvDouble(..., n_max = Inf, col_types = cols(.default = col_guess()))
|
... |
further arguments to |
n_max |
see |
col_types |
see |
Sometimes, double columns are guessed as integer, e.g. with
runoff data where there are many zeros, an only occasionally
positive values that can be recognized as double.
This functions modifies read_csv
by changing guessed integer
columns to double columns.
tibble as returned by read_csv
Thomas Wutzler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.