Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 208 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 208 Bytes

CKutils

This is an R package with some utility functions I use regularly.

You can install it using

if (!require(remotes)) install.packages("remotes")
remotes::install_github("ChristK/CKutils")