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

https://github.com/kenf1/kqol

The Package: R edition
https://github.com/kenf1/kqol

r r-package

Last synced: about 2 months ago
JSON representation

The Package: R edition

Awesome Lists containing this project

README

        

## kqol

[![](https://img.shields.io/github/r-package/v/kenf1/kqol)](https://github.com/kenf1/kqol/releases) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-brightgreen.svg)](https://www.gnu.org/licenses/gpl-3.0) [![](https://img.shields.io/badge/-Documentation-yellow)](https://vignettes.netlify.app/kqol)

#### R package containing KF's frequently-used custom functions and templates.

For more infomation, visit [kqol Documentation](https://vignettes.netlify.app/kqol).

### To install:

Devtools R package is required.

```R
install.packages("devtools")
```

```R
devtools::install_github("kenf1/kqol")
```