-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
35 lines (24 loc) · 1.84 KB
/
README.Rmd
File metadata and controls
35 lines (24 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
<img src = "man/figures/supportR_hex.png" align = "right" width = "15%"/>
```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.path = "man/figures/README-")
```
# `supportR` - Support Functions for Wrangling and Visualization
<!-- badges: start -->
[](https://github.com/njlyon0/supportR/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=supportR)


<!-- badges: end -->
`supportR` is an R package where the only unifying theme of the functions is honestly just that I wrote them. That said, there are some useful functions for **data wrangling**, **quality control** checks, and **visualization** in particular, though functions for _other purposes_ are also included. Check out the package website ([njlyon0.github.io/supportR](https://njlyon0.github.io/supportR/)) for documentation of the functions currently included in the package. I'll add functions to this package as I write more orphan scripts that I hope others might find useful so stay tuned!
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("njlyon0/supportR")
```
## Looking Ahead
More functions are likely to be developed and housed within this package so stay tuned! Feel free to check out [the contributing guidelines](https://njlyon0.github.io/supportR/CONTRIBUTING.html) if you want to know how to contribute directly to `supportR`.