Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 226 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 226 Bytes

rdsg

Useful R functions for ND DSG

To use this package, run the following commands:

install.packages("devtools")
library(devtools)
install_github("bxshi/rdsg")

Then try library(rdsg), it should be there now!