if (FALSE) {
# The example sets and then enacts a data retrieval policy.
svc$set_data_retrieval_policy(
Policy = list(
Rules = list(
list(
BytesPerHour = 10737418240,
Strategy = "BytesPerHour"
)
)
),
accountId = "-"
)
}
Run the code above in your browser using DataLab