ussc_confluence_version_history: USSC Confluence Version History and Log

Description Usage Arguments Author(s) Examples

Description

USSC Confluence Version History and Log

Usage

1
2
3
4
5
ussc_confluence_version_history(
  id = id,
  username = Sys.getenv("CONFLUENCE_USERNAME"),
  password = Sys.getenv("CONFLUENCE_PASSWORD")
)

Arguments

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.

Author(s)

Zoe Meers

Examples

1
## Not run: ussc_confluence_version_history(id = "942637057", username = Sys.getenv("CONFLUENCE_USERNAME"), password = Sys.getenv("CONFLUENCE_PASSWORD"))

USStudiesCentre/ussc documentation built on Sept. 2, 2020, 2:51 p.m.