Generate a summary by publications. These publications could be World Petroleum Congress, Annual Technical Meeting, SPE Unconventional Reservoirs Conference, etc.

papers_by_publication(url)

Arguments

url

a OnePetro query URL

Examples

# NOT RUN {
# Example
my_url <- make_search_url(query = "industrial drilling", how = "all")
papers_by_publication(my_url)
# }