Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/data-steve/valiData
validates data imports in analysis pipeline
https://github.com/data-steve/valiData
Last synced: 9 days ago
JSON representation
validates data imports in analysis pipeline
- Host: GitHub
- URL: https://github.com/data-steve/valiData
- Owner: data-steve
- Created: 2015-11-23T19:36:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T17:34:04.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:11:36.849Z (4 months ago)
- Language: R
- Size: 355 KB
- Stars: 11
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - data-steve/valiData - validates data imports in analysis pipeline (R)
README
valiData [![Follow](https://img.shields.io/twitter/follow/data_steve.svg?style=social)](https://twitter.com/intent/follow?screen_name=data_steve)
============![](inst/img/and-validata.png)
[![Project Status: Active - The project has reached a stable, usable
state and is being actively
developed.](http://www.repostatus.org/badges/0.1.0/active.svg)](http://www.repostatus.org/#active)
[![Build
Status](https://travis-ci.org/data-steve/valiData.svg?branch=master)](https://travis-ci.org/data-steve/valiData)**valiData** lets you keep calm about data imports, by validating it against a mapping of data conditions
Table of Contents
============- [Installation](#installation)
- [Contact](#contact)Installation
============To download the development version of **valiData**:
Download the [zip ball](https://github.com/data-steve/valiData/zipball/master) or [tar ball](https://github.com/data-steve/valiData/tarball/master), decompress
and run `R CMD INSTALL` on it, or use the **pacman** package to install
the development version:if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("data-steve/valiData")Contact
=======You are welcome to:
- submit suggestions and bug-reports at:
- send a pull request on: