Nothing
## function to perform unit test for getRI
test_getRI <- function() {
data(RItable)
calcRI <- getRI(RItable = RItable)
checkEquals(class(calcRI), "function")
checkEquals(class(calcRI(15.0)), "numeric")
checkEqualsNumeric(calcRI(10.0), 953.2374)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.