Use the td_get_context function to retrieve a named list of attributes in an existing context.
Example
td_create_context(dsn = "TeradataDSN") context <- td_get_context() # To retrieve the connection in the current context, use td_get_context()$connection # To retrieve the temorary database in the current context, use td_get_context()$temp.database # To retrieve the default database in the current context, use td_get_context()$database td_remove_context()