knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

smisc

The package smisc contains utility functions without focus on a specific topic.

Installation

There is no CRAN version available yet.

Once a CRAN version will be availabe you should be able to install the released version of smisc from CRAN with:

install.packages("smisc")

The development version from GitHub can be installed with:

# install.packages("devtools")
devtools::install_github("sebastian-gerdes/smisc")

Example

library(smisc)
## basic example code
square(9)


sebastian-gerdes/smisc documentation built on Jan. 21, 2023, 11:27 p.m.