R/jel_keywords_count.R

Defines functions jel_keywords_count

Documented in jel_keywords_count

jel_keywords_count<-function(){
 # require(tidyverse)

 #data("df_jel")
  as_tibble(data.frame(jelclassification::df_jel))%>%
  group_by(Code,Theme)%>%
  count()%>%na.omit()
}
raulincadet/jelclassification documentation built on Dec. 22, 2021, 1 p.m.