Delete the configuration settings for using rhdx.

delete_rhdx_config()

Value

None

Details

Delete HDX config

Examples

if (FALSE) { # Setting the config to use HDX default server set_rhdx_config(hdx_site = "prod") get_rhdx_config() delete_rhdx_config() get_rhdx_config() }