Generate a summary by the year the paper was published

papers_by_year(url)

Arguments

url

a OnePetro query URL

Examples

# NOT RUN {
# Example
my_url <- make_search_url(query = "production automation", how = "all")
papers_by_year(my_url)
# }