Description Usage Arguments Author(s) Examples
USSC Confluence Word Files & Tables
1 2 3 4 5 | ussc_confluence_word_tables(
id = id,
username = Sys.getenv("CONFLUENCE_USERNAME"),
password = Sys.getenv("CONFLUENCE_PASSWORD")
)
|
id |
Page ID - a number found in the confluence URL |
username |
Your Confluence username which should be identical to your email. Defaults to an entry in .renviron file called CONFLUENCE_USERNAME. |
password |
Your Confluence API key (Get from https://confluence.atlassian.com/cloud/api-tokens-938839638.html). Defaults to an entry in .renviron file called CONFLUENCE_PASSWORD. |
Zoe Meers
1 | ## Not run: ussc_confluence_word_tables(id = "30441548", username = Sys.getenv("CONFLUENCE_USERNAME"), password = Sys.getenv("CONFLUENCE_PASSWORD"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.