An open API service indexing awesome lists of open source software.

https://github.com/jefferis/testdataalias

Test data objects with aliases
https://github.com/jefferis/testdataalias

Last synced: 3 months ago
JSON representation

Test data objects with aliases

Awesome Lists containing this project

README

        

# testdataalias

The goal of testdataalias is to provide a test package for the concept of data
objects having an alias - i.e. a second name by which they can be accessed.

## Installation

You can install testdataalias from github with:
``` r
# install.packages("devtools")
devtools::install_github("jefferis/testdataalias")
```