powered by
Get all of the published information from the profile page by using the 'Google Scholar' profiles link and putting it into a table.
scrape_google_profile(url)
A dataframe containing publishing information such as title, author, journal, date, page, and so on.
A url link of the google scholar profile.
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