export_csv: export from DBs to CSV

Description Usage Arguments

Description

export from DBs to CSV

Usage

1
2
export_csv(conn, table, output_path = paste0("/data/detectR/dumps/", table,
  ".csv"), chunk_length = 1e+06)

Arguments

conn

a connection to the database from which the data is retrieved

table

the table name from which the data is retrieved

output_path

the path where the dump will be saved


joelgombin/detectR documentation built on May 21, 2019, 7:55 a.m.