pacman::p_load(xml2, rvest, tidyverse)
profanity_banned <- 'http://www.bannedwordlist.com/lists/swearWords.txt' %>%
readLines() %>%
sort() %>%
unique()
pax::new_data(profanity_banned)
pax:::roxdat(profanity_banned, 'profanity_banned')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.