Make an ODBC connection to an Amazon Athena using settings from the environment variables loaded with .RProfile
1 | athena_load(conn, database, s3_bucket, name, df)
|
conn |
odbc conn created with mobstr::athena_connect |
database |
string representing the database name in AWS Athena |
s3_bucket |
string representing the AWS S3 bucket name |
name |
string representing the name you want to assign to the table |
df |
dataframe name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.