README.md

stability-experimental R-CMD-check Codecov test
coverage License:
MIT

poisutils

An R package of utility functions for Poisson Consulting’s scripts and packages.

Demonstration

library(poisutils)

x <- 1
is.named(x)
#> [1] FALSE
names(x) <- "one"
is.named(x)
#> [1] TRUE

Installation

# install.packages("devtools")
devtools::install_github("poissonconsulting/poisutils")

Contribution

Please report any issues.

Pull requests are always welcome.

Code of Conduct

Please note that the poisutils project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



poissonconsulting/poisutils documentation built on Feb. 26, 2023, 10 a.m.