Get V1 sentiment from specified domains
ft_urls_sentiment(
domains = c("nytimes.com", "washingtonpost.com"),
visualization = TRUE,
term = NA,
last_minutes = NA,
is_tone = T,
tone_less_than = NA,
tone_more_than = NA,
source_language = NA,
sort_by = "date",
dedeup_results = T,
nest_data = F,
return_message = T
)
vector of domain names
if `TRUE` returns a ggplot2 visualization
specific term
how long
use tone
tone minimum
tone maximum
vector search language
sort by
if `TRUE` dedupes results
if `TRUE` returns nested data frame
if `TRUE` returns a messaage
a `tibble` or a ggplot visualiation
ft_urls_sentiment(domains = c("foxnews.com", "cnn.com", "washingtonpost.com"), term = "Donald Trump", visualization = T)