Package: csvy 0.3.0
csvy: Import and Export CSV Data with a YAML Metadata Header
Support for import from and export to the CSVY file format. CSVY is a file format that combines the simplicity of CSV (comma-separated values) with the metadata of other plain text and binary formats (JSON, XML, Stata, etc.) by placing a YAML header on top of a regular CSV.
Authors:
csvy_0.3.0.tar.gz
csvy_0.3.0.zip(r-4.5)csvy_0.3.0.zip(r-4.4)csvy_0.3.0.zip(r-4.3)
csvy_0.3.0.tgz(r-4.4-any)csvy_0.3.0.tgz(r-4.3-any)
csvy_0.3.0.tar.gz(r-4.5-noble)csvy_0.3.0.tar.gz(r-4.4-noble)
csvy_0.3.0.tgz(r-4.4-emscripten)csvy_0.3.0.tgz(r-4.3-emscripten)
csvy.pdf |csvy.html✨
csvy/json (API)
NEWS
# Install 'csvy' in R: |
install.packages('csvy', repos = c('https://leeper.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/leeper/csvy/issues
Last updated 6 years agofrom:af0aa8de5a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
R-4.4-win | OK | Nov 22 2024 |
R-4.4-mac | OK | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
Exports:get_yaml_headerread_csvyread_metadatawrite_csvywrite_metadata
Dependencies:data.tablejsonliteyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Dictionary of column classes for reading data | colclass_dict |
Import and Export CSV Data With a YAML Metadata Header | csvy-package csvy |
Retrieve YAML header from file | get_yaml_header |
Import CSVY data | read_csvy |
Read metadata | read_metadata |
Export CSVY data | write_csvy |
Write csvy metadata | write_metadata |