View source: R/scrape_google_profile.R
scrape_google_profile | R Documentation |
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)
url |
A url link of the google scholar profile. |
A dataframe containing publishing information such as title, author, journal, date, page, and so on.
url <- "https://scholar.google.com/citations?user=hGTnO4oAAAAJ&hl=en&authuser=3" paper_list <- scrape_google_profile(url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.