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

https://github.com/FrankLef/eflTools

Miscellaneous tools when doing an R project
https://github.com/FrankLef/eflTools

Last synced: 4 months ago
JSON representation

Miscellaneous tools when doing an R project

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# eflTools

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

eflTools is a set of tools used FL when doing R projects.

## Installation

You can install the development version of eflTools from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("FrankLef/eflTools")
```

## Example