library(petro.One)

m_url <- make_search_url(query = "pressure transient analysis", 
                          how = "all", 
                          dc_type = "media",
                          start = 0,
                          rows  = 1000)

m_paper_count <- get_papers_count(m_url)
m_paper_count

get the page with results

m_html <- read_onepetro(m_url)
petro.One:::read_titles(m_html)
petro.One:::read_sources(m_html)
petro.One:::read_author(m_html)


f0nzie/petro.One documentation built on May 29, 2019, 12:05 a.m.