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

https://github.com/tanaylab/naryn

Native Access medical record Retriever for high Yield aNalytics
https://github.com/tanaylab/naryn

data-analysis medical-records

Last synced: 6 months ago
JSON representation

Native Access medical record Retriever for high Yield aNalytics

Awesome Lists containing this project

README

          

---
output:
md_document:
variant: markdown_github
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

[![CRAN status](https://www.r-pkg.org/badges/version/naryn)](https://CRAN.R-project.org/package=naryn)
[![R-CMD-check](https://github.com/tanaylab/naryn/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tanaylab/naryn/actions/workflows/R-CMD-check.yaml)

# naryn

The `naryn` package is a toolkit for medical records data analysis. It implements an efficient data structure for storing medical records, and provides a set of functions for data extraction, manipulation and analysis.

## Installation

```{r, eval=FALSE}
install.packages("naryn")
```

Or for the latest development version:

```{r, eval=FALSE}
remotes::install_github("tanaylab/naryn")
```

## Usage

See the [vignette](https://tanaylab.github.io/naryn/articles/naryn.html) for more details.