| starburst_session_attach | R Documentation |
Reattach to a previously created detached session
starburst_session_attach(session_id, region = NULL)
session_id |
Session identifier |
region |
AWS region (default: from config) |
A StarburstSession object
if (starburst_is_configured()) {
session <- starburst_session_attach("session-abc123")
status <- session$status()
results <- session$collect()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.