Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 219 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 219 Bytes

smisc

smisc is an R package for storing functions that I find useful.

To install from github:

  • install.packages("devtools")
  • library(devtools)
  • install_github("stevenworthington/smisc")
  • library(smisc)