Description Usage Arguments Value Author(s)
View source: R/tidy_connections.R
impala_copy_to() - copy data to RDIP This will copy a dataframe to the home directory of the user and return the
1 2 3 | impala_copy_to(df, dest = getOption("gtx.impala", NULL),
database = gtx::config_tmp_write_db(), table_name = NULL,
random_name = TRUE)
|
df |
Data to copy to RDIP |
dest |
Impala implyr connection |
database |
Defaults to gtx::config_tmp_write_db(). |
table_name |
[Default = NULL] Specify table name, overrides random_name = TRUE. If random = FALSE & table_name is NULL, then defaults to tmp_whoami()_data4join |
random_name |
[Default = TRUE] TRUE = tmp_whoami()_timestamp. FALSE & is.null(table_name) = tmp_whoami()_data4join. |
table reference to the df
in RDIP
Karsten Sieber karsten.b.sieber@gsk.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.