Description Usage Arguments Value Examples
set up request object
1 | setup_billing_request(start, end, project, dataset, table, billing_code)
|
start |
character(1) date of start of reckoning |
end |
character(1) date of end of reckoning |
project |
character(1) GCP project id |
dataset |
character(1) GCP dataset id for billing data in BQ |
table |
character(1) GCP table for billing data in BQ |
billing_code |
character(1) GCP billing code |
instance of avReckoningRequest
1 2 3 | lk1 = setup_billing_request("2020-08-01", "2020-08-15",
"bq_scoped_project", "bq_dataset", "bq_table", "billcode")
lk1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.