Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmgpanw/ukbwranglrextra
Extra add-on functions for ukbwranglr
https://github.com/rmgpanw/ukbwranglrextra
Last synced: 3 months ago
JSON representation
Extra add-on functions for ukbwranglr
- Host: GitHub
- URL: https://github.com/rmgpanw/ukbwranglrextra
- Owner: rmgpanw
- License: other
- Created: 2021-10-15T10:29:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T14:28:26.000Z (about 2 years ago)
- Last Synced: 2024-08-02T16:46:30.967Z (6 months ago)
- Language: R
- Homepage: https://rmgpanw.github.io/ukbwranglrextra/
- Size: 833 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- awesome-uk-biobank - ukbwranglrextra - on functions for ukbwranglr | (Data processing / Optical coherence tomography and fundus)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# ukbwranglrextra
[![R-CMD-check](https://github.com/rmgpanw/ukbwranglrextra/workflows/R-CMD-check/badge.svg)](https://github.com/rmgpanw/ukbwranglrextra/actions)
[![Codecov test coverage](https://codecov.io/gh/rmgpanw/ukbwranglrextra/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rmgpanw/ukbwranglrextra?branch=main)
[![pkgdown](https://github.com/rmgpanw/ukbwranglrextra/workflows/pkgdown/badge.svg)](https://github.com/rmgpanw/ukbwranglrextra/actions)A package containing experimental add-on functions for [`ukbwranglr`](https://rmgpanw.github.io/ukbwranglr/) and [`codemapper`](https://rmgpanw.github.io/codemapper/).
## Installation
You can install the development version of ukbwranglrextra from github with:
``` r
devtools::install_github("rmgpanw/ukbwranglrextra")
```