onepetro_page_to_dataframe: Reads a OnePetro URL and converts it to a dataframe

Description Usage Arguments Examples

Description

A OnePetro URL with a query is read into a HTML page and converted to a dataframe

Usage

1

Arguments

url

char a OnePetro type URL

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# Example 1
# Search papers with keyword "smartwell"
url_sw <- "https://www.onepetro.org/search?q=smartwell"
onepetro_page_to_dataframe(url_sw)
# Example 2
# Search for exact words ""vertical lift performance"
url_vlp <- "https://www.onepetro.org/search?q=%22vertical+lift+performance%22"
onepetro_page_to_dataframe(url_vlp)

## End(Not run)

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