Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implement Frictionless Standards in R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

cole-brokamp/fr

Repository files navigation

CRAN statusR-CMD-checkLifecycle: stable

fr providesfr_tdr,fr_schema, andfr_field objects for implementingfrictionlesstabular-data-resourcestandards in R.

Installation

Install {fr} from CRAN:

install.packages("fr")

You can install the development version of {fr} fromGitHub with:

# install.packages("pak")pak::pak("cole-brokamp/fr")

Usage

  • Seevignette("read_fr_tdr") to read a Frictionless Tabular Data Resource from disk or the web, access metadata, and manipulate it as a data.frame
  • Seevignette("creating_a_tabular-data-resource") to create a Frictionless Tabular Data Resource by converting a data.frame or tibble, adding metadata, and writing to disk

Frictionless Standards

Developed by theOpen Knowledge Foundation, thefrictionlessstandards are a set of patterns for describing data, including datasets (Data Package), files (Data Resource), and tables (Table Schema). A Data Package is a simple container format used to describe and package a collection of data and metadata, including schemas. These metadata are contained in a specific file (separate from the data file), usually written in JSON or YAML, that describes something specific to each Frictionless Standard:

  • Table Schema: describes a tabular file by providing its dimension, field data types, relations, and constraints
  • Data Resource: describes anexact tabular file providing a path to the file and details like title, description, and others
  • Tabular Data Resource = Data Resource + Table Schema
  • CSV dialect: describes the formatting specific to the various dialects of CSV files
  • Data Package &Tabular Data Package: describes acollection of tabular files providing data resource information from above along with general information about the package itself, a license, authors, and other metadata

About

Implement Frictionless Standards in R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp