get_papers_count: Number of paper for a given query

Description Usage Arguments Examples

Description

Obtains the number of papers being queried by the URL

Usage

1

Arguments

url

char a query URL for OnePetro

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# Example 1
url_1 <- make_search_url(query = "static gradient survey", how = "all")
get_papers_count(url_1)
#
# Example 2
url_2 <- make_search_url(query = "vertical lift performance", how = "all")
get_papers_count(url_2)
#
# Example 3
url_3 <- make_search_url(query = "inflow performance relationship", how = "all")
get_papers_count(url_3)

## End(Not run)

petro.One documentation built on May 2, 2019, 3:10 p.m.