powered by
List all the 'Briq' transactions of your organization
bq_transactions(max_results_per_page = 100, pause_between_pages = 0, organization = Sys.getenv("organization_name"), api_token = Sys.getenv("briq_api_token"))
Maximum number of results per page
Number of seconds to wait between page requests
Name of your Briq organization
Briq API token
Returns a tibble of Briq transactions of your organization
# NOT RUN { # Read organization and api_token from .Renviron file bq_transactions() # Manually enter in organization and api_token bq_transactions(organization = "My Org", api_token = "xYz123") # }
Run the code above in your browser using DataLab