Define bibliography and family/given name patterns in metadata:
---
bibliography: my-articles.bib
given-name-pattern: Jane
family-name-pattern: Doe
---| library(stringr) | |
| library(purrr) | |
| library(rvest) | |
| #------------------------------------------------------------------------------# | |
| # Author: Andrew Do | |
| # Purpose: A bunch of utility functions for the main ScrapeCityToPage The goal | |
| # is to be able to scrape up to a specified page number for a given city and | |
| # then to store that information as a data frame. The resulting data frame will | |
| # be raw and will require additional cleaning, but the structure is more or less |