Description Usage Arguments Value Examples
View source: R/glue_utilities.R
Executes a remote Athena query and fetch the result
1 | athena_execute_fetch(query)
|
query |
the result as a data frame
1 2 3 | athena_execute(create_glue_table(df, foo, 's3://test/foo/'))
athena_execute_fetch('select * from foo')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.