Learn R Programming

getpublist (version 0.1.0)

scrape_google_profile: 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)

Value

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

Arguments

url

A url link of the google scholar profile.

Examples

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

Run the code above in your browser using DataLab