A "tabular-data-resource" (<https://specs.frictionlessdata.io/tabular-data-resource/>) is a simple format to describe a singular tabular data resource such as a CSV file. It includes support both for metadata such as author and title and a schema to describe the data, for example the types of the fields/columns in the data. Create a tabular-data-resource by providing a data.frame and specifying metadata. Write and read tabular-data-resources to and from disk.
| Version: | 0.5.2 | 
| Imports: | cli, purrr, vroom, S7 (≥ 0.1.1), tibble, tidyselect, yaml, dplyr, rlang | 
| Suggests: | testthat (≥ 3.0.0), withr, fs, knitr, rmarkdown, curl | 
| Published: | 2024-11-07 | 
| DOI: | 10.32614/CRAN.package.fr | 
| Author: | Cole Brokamp | 
| Maintainer: | Cole Brokamp <cole at colebrokamp.com> | 
| BugReports: | https://github.com/cole-brokamp/fr/issues | 
| License: | MIT + file LICENSE | 
| URL: | https://github.com/cole-brokamp/fr, https://cole-brokamp.github.io/fr/ | 
| NeedsCompilation: | no | 
| Materials: | README, NEWS | 
| CRAN checks: | fr results | 
| Reference manual: | fr.html , fr.pdf | 
| Vignettes: | Create and save a tabular-data-resource (source, R code) Read and manipulate a tabular-data-resource (source, R code) | 
| Package source: | fr_0.5.2.tar.gz | 
| Windows binaries: | r-devel: fr_0.5.2.zip, r-release: fr_0.5.2.zip, r-oldrel: fr_0.5.2.zip | 
| macOS binaries: | r-release (arm64): fr_0.5.2.tgz, r-oldrel (arm64): fr_0.5.2.tgz, r-release (x86_64): fr_0.5.2.tgz, r-oldrel (x86_64): fr_0.5.2.tgz | 
| Old sources: | fr archive | 
Please use the canonical form https://CRAN.R-project.org/package=fr to link to this page.