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
- Host: GitHub
- URL: https://github.com/jefferis/testdataalias
- Owner: jefferis
- Created: 2017-10-08T07:34:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T18:18:18.000Z (over 7 years ago)
- Last Synced: 2025-01-16T03:33:42.810Z (4 months ago)
- Language: R
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```