README.md

WARNING: THIS PROJECT IS IN EARLY DEVELOPMENT STAGE. CONTENT OR CODE SHOULD ONLY BE USED FOR TESTING OR EVALUATION PURPOSES.

Rich Data Services (or RDS) is a suite of REST APIs designed by Metadata Technology North America (MTNA) to meet various needs for data engineers, managers, custodians, and consumers. RDS provides a range of services including data profiling, mapping, transformation, validation, ingestion, and dissemination. For more information about each of these APIs and how you can incorporate or consume them as part of your work flow please visit the MTNA website.

References

Examples | News |---|---|

Install

This package can be installed through the use of devtools. It is currently not available through the CRAN repository, although we are working towards that.

devtools::install_github("mtna/rds-r", build_vignettes = TRUE)
browseVignettes(package="rds.r")

Overview

This R library facilitates access and integration with the Rich Data Services API, enabling immediate access to the catalogs and data products hosted on RDS. This allows R developers to access the data through the R library and not have to do any of the technical work of building up the API calls and handling the responses. Data and metadata will be retrieved, parsed into the appropriate classes, and returned to the developer to be begin working with immediately.

Why RDS?

Retrieving data and metadata for analytical, reporting, or visualization purposes is typically a time and resource consuming process that involves several steps such as: - Locating and downloading the data - Converting and loading into R - Computing subsets or aggregation - Finding relevant documentation - Manually transcribing codes/classification/labels and other descriptive elements into R objects

RDS simplifies this process by offering a REST API to perform all of the above in a single step! No need to download data, convert across formats, spend hours skimming though cryptic PDF/Excel/Word and other legacy files for documentation.

RDS combines on the fly querying and tabulation capabilities with metadata retrieval features. Comprehensive variable and classification metadata can accompany any data queried through RDS, enabling immediate reuse and rendering.

Visit the RDS web site for detailed information on the platform capabilities or learn more about how to complement and deliver your data to you users.

Contribute

Putting this product together and maintaining the repository takes time and resources. We welcome your support in any shape or form, in particular:



mtna/rds-r documentation built on July 30, 2023, 3:25 a.m.