scrape_google_profile: Web Scraping for 'Google Scholar' Profiles

View source: R/scrape_google_profile.R

scrape_google_profileR Documentation

Web Scraping for 'Google Scholar' Profiles

Description

Get all of the published information from the profile page by using the 'Google Scholar' profiles link and putting it into a table.

Usage

scrape_google_profile(url)

Arguments

url

A url link of the google scholar profile.

Value

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

Examples

url <- "https://scholar.google.com/citations?user=hGTnO4oAAAAJ&hl=en&authuser=3"
paper_list <- scrape_google_profile(url)

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