Description Usage Arguments Value Note
request billing data
1 2 3 4 5 6 7 8 9 | getBilling(
startDate,
endDate,
bqProject,
bqDataset,
bqTable,
bqBilling_code,
page_size = 50000
)
|
startDate |
character(1) date of start of reckoning |
endDate |
character(1) date of end of reckoning |
bqProject |
character(1) GCP project id |
bqDataset |
character(1) GCP dataset id for billing data in BQ |
bqTable |
character(1) GCP table for billing data in BQ |
bqBilling_code |
character(1) GCP billing code |
page_size |
numeric(1) passed to dbConnect |
tbl_df
On 21 August 2020 VJC changed condition on endDate to <=
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.