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
- Host: GitHub
- URL: https://github.com/FrankLef/eflTools
- Owner: FrankLef
- License: other
- Created: 2022-03-27T19:31:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T19:18:13.000Z (11 months ago)
- Last Synced: 2024-08-13T07:11:07.554Z (8 months ago)
- Language: R
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - FrankLef/eflTools - Miscellaneous tools when doing an R project (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# eflTools
[](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