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:

# install.packages("remotes")
remotes::install_github("jhelvy/jph")

Load the package with:

library(jph)

Contents

See the Reference documentation page for descriptions and details of all package functions.

Author, Version, and License Information

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:

citation("jph")


jhelvy/jhelvyr documentation built on May 17, 2023, 8:46 p.m.