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.1 |
Imports: | cli, purrr, vroom, S7 (≥ 0.1.1), tibble, tidyselect, yaml, dplyr, rlang |
Suggests: | testthat (≥ 3.0.0), withr, fs, knitr, rmarkdown |
Published: | 2023-11-30 |
DOI: | 10.32614/CRAN.package.fr |
Author: | Cole Brokamp [aut, cre, cph] |
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.pdf |
Vignettes: |
Create and save a tabular-data-resource Read and manipulate a tabular-data-resource |
Package source: | fr_0.5.1.tar.gz |
Windows binaries: | r-devel: fr_0.5.1.zip, r-release: fr_0.5.1.zip, r-oldrel: fr_0.5.1.zip |
macOS binaries: | r-release (arm64): fr_0.5.1.tgz, r-oldrel (arm64): fr_0.5.1.tgz, r-release (x86_64): fr_0.5.1.tgz, r-oldrel (x86_64): fr_0.5.1.tgz |
Old sources: | fr archive |
Please use the canonical form https://CRAN.R-project.org/package=fr to link to this page.