Description Usage Arguments Examples
Revert a 'Briq' transaction
1 2 3 | bq_revert_transaction(transaction_id,
organization = Sys.getenv("organization_name"),
api_token = Sys.getenv("briq_api_token"))
|
transaction_id |
ID of transaction to revert |
organization |
Name of your Briq organization |
api_token |
Briq API token |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Read organization and api_token from .Renviron file
bq_revert_transaction(transaction_id = "a1b-2c3")
# Manually enter in organization and api_token
bq_revert_transaction(
transaction_id = "a1b-2c3", organization = "My Org", api_token = "xYz123"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.