Description Usage Arguments Author(s) Examples
View source: R/ussc_confluence.R
USSC Confluence HTML Tables
1 2 3 4 5  | ussc_confluence_table(
  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_table(id = "950239240",  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.