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)
Value
A dataframe containing publishing information such as title, author, journal, date, page, and so on.