Description Usage Arguments Value Examples
Create an OAuth token.
1 | fact_token(token = Sys.getenv("FACTCHECK_TOKEN"), id, secret)
|
token |
A previously generated token or the path to the saved |
id, secret |
Your credentials. |
Invisibly returns an object of class Token2.0
.
1 2 3 4 5 6 7 | ## Not run:
token <- fact_token(id = "XxxXXXxxxX", secret = "XXxxXxX")
# In future sessions pass Token object
fact_token(token)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.