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
- Host: GitHub
- URL: https://github.com/tanaylab/naryn
- Owner: tanaylab
- License: other
- Created: 2019-08-25T09:17:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T14:01:52.000Z (11 months ago)
- Last Synced: 2025-07-07T03:42:15.825Z (7 months ago)
- Topics: data-analysis, medical-records
- Language: C++
- Homepage: https://tanaylab.github.io/naryn
- Size: 10.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
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-"
)
```
[](https://CRAN.R-project.org/package=naryn)
[](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.