big_copy_to: Copy large data to RDIP tables.

Description Usage Arguments Author(s)

View source: R/tidy_connections.R

Description

big_copy_to() - copy data to RDIP This will copy a dataframe to the home directory of the user and return the table reference to the data in RDIP.

Usage

1
2
3
big_copy_to(df, dest = getOption("gtx.impala", NULL),
  chrom_as_string = TRUE, database = NULL, table_name = NULL,
  compute_stats = FALSE)

Arguments

df

Data to copy to RDIP

dest

Impala implyr connection

chrom_as_string

[Default = TRUE] TRUE = Override "chrom" cols as character instead of integers

database

Name of the database

table_name

Name of the table within the database.

compute_stats

[Default = FALSE] TRUE = SQL execute COMPUTE STATS

Author(s)

Karsten Sieber karsten.b.sieber@gsk.com


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