Generate a summary by publisher. Know publishers: OTC, SPE, etc.

summary_by_publisher(result)

Arguments

result

a OnePetro page with results

Examples

# NOT RUN {
# Example
my_url <- make_search_url(query = "shale gas", how = "all")
page <- read_onepetro(my_url)
summary_by_publisher(page)
# }