# NOT RUN {
# Example 1
url_1 <- make_search_url(query = "flowing gradient survey", how = "all")
onepetro_page_to_dataframe(url_1)
# Example 2
url_2 <- make_search_url(query = "static gradient survey", how = "all")
onepetro_page_to_dataframe(url_2)
# Example 3
url_3 <- make_search_url(query = "downhole flowrate measurement",
how = "all", from_year = 1982, to_year = 2017)
onepetro_page_to_dataframe(url_3)
# }
Run the code above in your browser using DataLab