pacman::p_load(tidyverse, janitor) #### Data prep here ####
#### Function #### ExFunction_working=function(x,y){ result=x+y return(result) } #### Verification test #### ExFunction_working(1, 2)
#### Function #### #### Test #### ExFunction_testing(1, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.