# NOT RUN {
my_url <- make_search_url(query = "well test",
dc_type = "conference-paper",
from_year = 2017,
to_year = 2018,
how = "all")
df <- read_multidoc(my_url) # create a dataframe of papers
(tf <- term_frequency(df)) # create a term frequency table
min_freq <- min(head(tf, 20)$freq)
plot_bars(df, min.freq = min_freq)
# }
Run the code above in your browser using DataLab