# for testing purposes only... feel free to modify
f1 <- function(x) {
f3(3)
}
f2 <- function(x) {}
f3 <- function(x) {
f2(4)
f2(7)
}
f4 <- function(x) {
f2(5)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.