setup_billing_request: set up request object

Description Usage Arguments Value Examples

View source: R/S4.R

Description

set up request object

Usage

1
setup_billing_request(start, end, project, dataset, table, billing_code)

Arguments

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

Value

instance of avReckoningRequest

Examples

1
2
3
lk1 = setup_billing_request("2020-08-01", "2020-08-15",
   "bq_scoped_project", "bq_dataset", "bq_table", "billcode")
lk1

AnVILBilling documentation built on Nov. 21, 2020, 2:01 a.m.