Learn R Programming

getpublist (version 0.1.0)

scrape_pub: Web Scraping for 'PubMed'

Description

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

Usage

scrape_pub(first_name, last_name)

Value

A dataframe containing publishing information such as title, author, journal, date, page, and so on.

Arguments

first_name

The author's first name

last_name

The author's last name

Examples

Run this code
paper_list <- scrape_pub("Jedi","wars")

Run the code above in your browser using DataLab