R/example.R

# example is a simple function
# this is to demonstrate that you could call 
# example(example) to run the example code 
# in the help file (example.Rd) 
examplefun <- function(n) { rnorm(n); } 

Try the toyRpkg package in your browser

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

toyRpkg documentation built on May 2, 2019, 5:49 p.m.