jel_keywords_count<-function(){
# require(tidyverse)
#data("df_jel")
as_tibble(data.frame(jelclassification::df_jel))%>%
group_by(Code,Theme)%>%
count()%>%na.omit()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.