diff --git a/data-raw/debates2019.R b/data-raw/debates2019.R index 48b2c82..4314ddc 100644 --- a/data-raw/debates2019.R +++ b/data-raw/debates2019.R @@ -57,7 +57,7 @@ read_html(here::here("data-raw/2019-06-26-us-elections-debate-speaking-time.html grepl("Election", topic) ~ "Elections Reform", grepl("Health", topic) ~ "Healthcare", grepl("Party", topic) ~ "Party Strategy", - grepl("Women", topic) ~ "Womens Rights", + grepl("Women", topic) ~ "Women's Rights", TRUE ~ topic ) ) %>% @@ -103,7 +103,7 @@ read_html(here::here("data-raw/2019-06-27-us-elections-debate-speaking-time.html grepl("Election", topic) ~ "Elections Reform", grepl("Health", topic) ~ "Healthcare", grepl("Party", topic) ~ "Party Strategy", - grepl("Women", topic) ~ "Womens Rights", + grepl("Women", topic) ~ "Women's Rights", TRUE ~ topic ) ) %>% @@ -149,7 +149,7 @@ read_html(here::here("data-raw/2019-07-30-us-elections-debate-speaking-time.html grepl("Election", topic) ~ "Elections Reform", grepl("Health", topic) ~ "Healthcare", grepl("Party", topic) ~ "Party Strategy", - grepl("Women", topic) ~ "Womens Rights", + grepl("Women", topic) ~ "Women's Rights", TRUE ~ topic ) ) %>% @@ -195,7 +195,7 @@ read_html(here::here("data-raw/2019-07-31-us-elections-debate-speaking-time.html grepl("Election", topic) ~ "Elections Reform", grepl("Health", topic) ~ "Healthcare", grepl("Party", topic) ~ "Party Strategy", - grepl("Women", topic) ~ "Womens Rights", + grepl("Women", topic) ~ "Women's Rights", TRUE ~ topic ) ) %>% @@ -241,7 +241,7 @@ read_html(here::here("data-raw/2019-09-12-us-elections-debate-speaking-time.html grepl("Election", topic) ~ "Elections Reform", grepl("Health", topic) ~ "Healthcare", grepl("Party", topic) ~ "Party Strategy", - grepl("Women", topic) ~ "Womens Rights", + grepl("Women", topic) ~ "Women's Rights", TRUE ~ topic ) ) %>% diff --git a/data/debates2019.rda b/data/debates2019.rda index 1d09a97..94ae578 100644 Binary files a/data/debates2019.rda and b/data/debates2019.rda differ