Configure staRburst options
Usage
starburst_config(
max_cost_per_job = NULL,
cost_alert_threshold = NULL,
auto_cleanup_s3 = NULL,
...
)Examples
# \donttest{
if (starburst_is_configured()) {
starburst_config(
max_cost_per_job = 10,
cost_alert_threshold = 5
)
}
# }
