cost_get: cost_get A function to get cost on a specified date range. It...

Description Usage Arguments Value Examples

View source: R/cost_get.R

Description

cost_get A function to get cost on a specified date range. It defaults to a monthly range if from io are not specified

Usage

1
cost_get(from = NA, to = NA)

Arguments

from

The earliest date to grab data. No longer than a year ago.

to

The latest date to grab data. No later than the end of the month.

Value

Current AWS costs

Examples

1
cost_get(from = '2019-01-01', to = '2019-03-05')

fdrennan/awsR documentation built on Sept. 26, 2020, 8:28 a.m.