csvy
csvy copied to clipboard
Import and Export CSV Data With a YAML Metadata Header
Currently `read_csvy` reads the complete file using `readLines()` - this means it will be slow for large files. I'd recommend (and can possibly help with) writing a C/C++ `read_yaml_header()` function...
This would require: * Some advice/tooling for how to place directly in `data/` (i.e. accompanied by script that called `read_csvy()`) * Some tool to turn metadata into a nice Rd...
From an email: I could not make Date datatype to work as expected. After modifying line 80 on in "R/read_csvy.R" ## attributes(out[, i])
When I have nonstandard column names (including characters like spaces, parentheses, etc.), they don't match the field names because read.csv changes them. As an example, "test 2" becomes "test.2". I...
Please specify whether your issue is about: - [ ] a possible bug - [ ] a question about package functionality - [X] a suggested code or documentation change, improvement...