setup_billing_request {AnVILBilling} | R Documentation |
set up request object
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
lk1 = setup_billing_request("2020-08-01", "2020-08-15", "bq_scoped_project", "bq_dataset", "bq_table", "billcode") lk1