scrape_pub | R Documentation |
Use web scraping for 'PubMed' searches based on first and last names to get all of the published information from the search page. Then placing it on a table
scrape_pub(first_name, last_name)
first_name |
The author's first name |
last_name |
The author's last name |
A dataframe containing publishing information such as title, author, journal, date, page, and so on.
paper_list <- scrape_pub("Jedi","wars")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.