Description Usage Arguments Examples
View source: R/disinfo_functions.R
Creates a disinfo object that contains the collection of data frames obtained from the EUvsDisinfo API.
1 2 3 4 5 6 7 8 9 10 | disinfo(
claims = data.frame(),
reviews = data.frame(),
authors = data.frame(),
creative_works = data.frame(),
issues = data.frame(),
keywords = data.frame(),
countries = data.frame(),
languages = data.frame()
)
|
claims |
A claims data frame. |
reviews |
A reviews data frame. |
authors |
A authors or organizations data frame. |
creative_works |
A creative work data frame. Can also be a news article or media object data frame. |
issues |
An issues data frame. |
keywords |
A keywords data frame. |
countries |
A countries data frame. |
languages |
A languages data frame. |
1 2 3 4 5 6 7 8 9 | d <- disinfo()
## Not run:
d %>%
add_claims("all")
d %>%
add_all("all")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.