if (interactive()) {
# Interactive setup
sd_db_config()
# Update specific settings
sd_db_config(table = "new_table")
# Update multiple settings
sd_db_config(
host = "new_host",
port = "5433",
table = "new_table"
)
}
Run the code above in your browser using DataLab