athena_temp_db | R Documentation |
Returns a string containing the temporary database name for an Athena Connection.
Will also check if that temporary database exists and if not will create it, unless check_exists = FALSE
.
athena_temp_db(conn, check_exists = TRUE)
conn |
This is a connection object returned by |
check_exists |
This is |
con <- connect_athena() # creates a connection with sensible defaults
athena_temp_db(con)
> [1] "mojap_de_temp_alpha_user_Rdbtools_User"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.