https://github.com/djvanderlaan/datapackage
An R-package for working with data packages
https://github.com/djvanderlaan/datapackage
datapackage frictionless rstats
Last synced: 13 days ago
JSON representation
An R-package for working with data packages
- Host: GitHub
- URL: https://github.com/djvanderlaan/datapackage
- Owner: djvanderlaan
- License: gpl-3.0
- Created: 2023-07-24T14:07:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T06:19:43.000Z (14 days ago)
- Last Synced: 2025-04-01T07:27:25.285Z (13 days ago)
- Topics: datapackage, frictionless, rstats
- Language: R
- Homepage:
- Size: 926 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - djvanderlaan/datapackage - An R-package for working with data packages (R)
README
datapackage
============================================================`datapackage` is an R-package to work with [Data
Packages](https://datapackage.org). Data Packages are a combination of
data and meta data. The meta data contains a description of the data and
contains information like a title, description of the data set and a
description of the fields in each of the datasets in the Data Package. The
`datapackage` R-package offers methods for reading and inspecting Data Packages
as well as creating and modifying Data Packages. More information can be found
in the vignettes of the package:- [Introduction to `datapackage`](https://htmlpreview.github.io/?https://github.com/djvanderlaan/datapackage/blob/main/inst/doc/introduction.html)
- [Creating a Data Package](https://htmlpreview.github.io/?https://github.com/djvanderlaan/datapackage/blob/main/inst/doc/creating_a_datapackage.html)
- [Overview of support for the Data Package v2 specification](https://htmlpreview.github.io/?https://github.com/djvanderlaan/datapackage/blob/main/inst/doc/support.html)The package supports CSV-files out of the box. Other file formats are supported
through plugins.- [parquet](https://github.com/djvanderlaan/datapackage.parquet). This package
also functions as an example implementation for implementing a plugin for a
data format.