wpd_batch_execute: wpd_batch_execute

Description Usage Arguments

View source: R/wpd_batch_execute.R

Description

wpd_batch_execute

Usage

1
2
wpd_batch_execute(SQL_GEN_FUNCTION, BATCH_SIZE = c(10000, 1000, 100, 1),
  CON = NULL, ...)

Arguments

SQL_GEN_FUNCTION

a function that will generate a SQL statement for a batch length of each dot parameter and that will be called for each batch to be executed

BATCH_SIZE

a series of batch sizes to go through - errors in the SQL execution will lead to going down the batch size list

CON

an optional connection object - if NULL, wpd_connect will be used to establish a new connection

...

parameter passed through to sql_gen_function


petermeissner/wikipediadumbs documentation built on Nov. 5, 2019, 12:19 a.m.