Description Usage Arguments Examples
View source: R/glue_utilities.R
Copies the data frame and makes it available in AWS Glue. Attention: if a table with the same name exists it will be deleted.
1 2 3 4 5 6 7 8 | athena_createDataset(
df,
table_name,
s3_base_location = "s3://rdsupport/R_datasets/",
sep = "\t",
start_empty = F,
is_spatial = F
)
|
df |
the data frame |
table_name |
the resulting table name in aws glue |
s3_base_location |
the base dataset locations (default s3://rdsupport/R_datasets/) |
sep |
the delimiter used (default tab) |
start_empty |
remove the file leaving just the path (default F) |
1 | athena_createDataset(df, 'my_athena_db.my_athena_table')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.