https://github.com/jhelvy/jph
A bunch of useful functions for working in R
https://github.com/jhelvy/jph
ggplot-extension ggplot2 r r-package rstats
Last synced: about 1 month ago
JSON representation
A bunch of useful functions for working in R
- Host: GitHub
- URL: https://github.com/jhelvy/jph
- Owner: jhelvy
- License: other
- Created: 2017-03-16T01:39:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T15:32:01.000Z (9 months ago)
- Last Synced: 2024-07-12T17:47:59.745Z (9 months ago)
- Topics: ggplot-extension, ggplot2, r, r-package, rstats
- Language: R
- Homepage: https://jhelvy.github.io/jph/
- Size: 1.85 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jhelvy/jph - A bunch of useful functions for working in R (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
warning = FALSE,
message = FALSE,
comment = "#>",
fig.path = "man/figures/",
fig.retina = 3
)
```# jph: Miscellaneous R Functions
## Installation
You can install this package from [GitHub](https://github.com/jhelvy/jph):
```{r, eval=FALSE}
# install.packages("remotes")
remotes::install_github("jhelvy/jph")
```Load the package with:
```{r, eval=FALSE}
library(jph)
```## Contents
See the [Reference](https://jhelvy.github.io/jph/reference/index.html) documentation page for descriptions and details of all package functions.
## Author, Version, and License Information
- Author: *John Paul Helveston* https://www.jhelvy.com/
- Date First Written: *Saturday, March 18, 2017* in the Cathedral of Learning in Pittsburgh, PA
- License: [MIT](https://github.com/jhelvy/jph/blob/master/LICENSE.md)## Citation Information
If you use this package for in a publication, I would greatly appreciate it if you cited it - you can get the citation by typing `citation("jph")` into R:
```{r}
citation("jph")
```