README.md

RichPackage

Basic R functions: hello(), Rich_StdDev(), Rich_Variance()

Ensure you have internet access.

Type in console

 library(devtools).

Type in console

 install_github("rtroise89/RichPackage")

Type in console

 library(RichPackage)

You now have access to my package functions. For example:

 a <- c(1,2,3,4,5)
 Rich_StdDev(a)


rtroise89/RichPackage documentation built on May 11, 2019, 8:27 p.m.