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
m_html <- read_onepetro(m_url)
petro.One:::read_titles(m_html)
petro.One:::read_sources(m_html) petro.One:::read_author(m_html)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.