# Here you can create files with special custom functions that you maybe
# use several places. Like both in different scripts and docs.
# That way you dont have to repeat yourself!
# access these files from anywhere in your project with
# here("R/example_func.R")
my_function <- function(x){
cat(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.