Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statsrhian/levelup
A package to read in specific yaml files and convert them to tibbles for analysis of CPD data.
https://github.com/statsrhian/levelup
cpd professional-development rmarkdown-template yaml
Last synced: about 2 months ago
JSON representation
A package to read in specific yaml files and convert them to tibbles for analysis of CPD data.
- Host: GitHub
- URL: https://github.com/statsrhian/levelup
- Owner: StatsRhian
- License: gpl-3.0
- Created: 2020-07-04T10:44:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T16:15:58.000Z (5 months ago)
- Last Synced: 2024-08-20T18:32:57.901Z (5 months ago)
- Topics: cpd, professional-development, rmarkdown-template, yaml
- Language: R
- Homepage: https://statsrhian.github.io/levelup/
- Size: 583 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# levelup
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R-CMD-check](https://github.com/StatsRhian/levelup/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/StatsRhian/levelup/actions/workflows/R-CMD-check.yaml)The goal of levelup is to read in specific yaml files and convert them to tibbles for analysis of CPD data.
## Installation
You can install the released version of levelup with:
```r
devtools::install_github("statsrhian/levelup")
```