impala_copy_to: Copy data to user's home database for joins with impala...

Description Usage Arguments Value Author(s)

View source: R/tidy_connections.R

Description

impala_copy_to() - copy data to RDIP This will copy a dataframe to the home directory of the user and return the

Usage

1
2
3
impala_copy_to(df, dest = getOption("gtx.impala", NULL),
  database = gtx::config_tmp_write_db(), table_name = NULL,
  random_name = TRUE)

Arguments

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.

Value

table reference to the df in RDIP

Author(s)

Karsten Sieber karsten.b.sieber@gsk.com


tobyjohnson/gtx documentation built on Aug. 30, 2019, 8:07 p.m.