csvy icon indicating copy to clipboard operation
csvy copied to clipboard

Import and Export CSV Data With a YAML Metadata Header

Results 15 csvy issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement

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...

enhancement

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])

bug

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...

bug

Please specify whether your issue is about: - [ ] a possible bug - [ ] a question about package functionality - [X] a suggested code or documentation change, improvement...