inst/examples/example1.md

I shall generate random numbers.

x <- rnorm(1000)

And I shall summarize them.

summary(x)

##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
## -2.83791 -0.65021  0.06139  0.01810  0.67508  3.02495


Try the gistr package in your browser

Any scripts or data that you put into this service are public.

gistr documentation built on July 29, 2020, 9:07 a.m.