From 72cb6e05dc575a8ea664d746f77b98de1c983739 Mon Sep 17 00:00:00 2001 From: Andy Teucher Date: Thu, 3 Oct 2024 15:53:51 -0700 Subject: [PATCH] document --- man/aws_billing.Rd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man/aws_billing.Rd b/man/aws_billing.Rd index 4765f54..95294df 100644 --- a/man/aws_billing.Rd +++ b/man/aws_billing.Rd @@ -52,7 +52,8 @@ for help \section{Filtering}{ You can optionally pass a list to the \code{filter} argument to filter -AWS costs by different dimensions (see possible dimensions: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html) +AWS costs by different dimensions (see possible dimensions: +\url{https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html}) #nolint This is supplied as a list of Dimensions, with key-value pairs for each Dimension. For example, to only get "Usage" costs as opposed to credits, @@ -88,13 +89,14 @@ z \%>\% # Filter to return only "Usage" costs: aws_billing( - date_start = start_date, + date_start = start_date, filter = list( Dimensions = list( Key = "RECORD_TYPE", Values = "Usage" - )) + ) ) +) \dontshow{\}) # examplesIf} } \references{