https://github.com/malcolmbarrett/mbmisc
:lion: :man: A personal R package with functions useful for data analysis, formatting, data visualization, and more.
https://github.com/malcolmbarrett/mbmisc
Last synced: about 2 months ago
JSON representation
:lion: :man: A personal R package with functions useful for data analysis, formatting, data visualization, and more.
- Host: GitHub
- URL: https://github.com/malcolmbarrett/mbmisc
- Owner: malcolmbarrett
- License: other
- Created: 2018-01-05T18:10:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T00:07:43.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:15:26.937Z (8 months ago)
- Language: R
- Homepage:
- Size: 44.9 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - malcolmbarrett/mbmisc - :lion: :man: A personal R package with functions useful for data analysis, formatting, data visualization, and more. (R)
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```[](https://travis-ci.org/malcolmbarrett/mbmisc)[](https://ci.appveyor.com/project/malcolmbarrett/mbmisc)
# mbmisc
This is a personal R package. It contains a number of functions I find myself using day to day.
## Installation
You can install `mbmisc` from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("malcolmbarrett/mbmisc")
```