Description Usage Arguments Examples
Fact Check publishers or queries.
1 2 |
q |
Textual query string. Required unless |
lang |
The BCP-47 language code, such as |
publisher |
The review publisher site to filter results by, e.g. |
days_old |
The maximum age of the returned search results, in days. Age is determined by either claim date or review date, whichever is newer. |
pages |
Number of pages of results to fecth. |
1 2 3 4 5 6 7 8 | ## Not run:
# Fact checks and claims on Trump only in English
fact_check("Trump", lang = "en-US")
# fact checks of the New York Times
fact_check(publisher = "nytimes.com")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.