scrape_pub: Web Scraping for 'PubMed'

View source: R/scrape_pub.R

scrape_pubR Documentation

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)

Arguments

first_name

The author's first name

last_name

The author's last name

Value

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

Examples

paper_list <- scrape_pub("Jedi","wars")

getpublist documentation built on Sept. 27, 2022, 5:05 p.m.