README.md

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 with:

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

Example

library(smisc)
## basic example code
square(9)
#> [1] 81


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