Skip to content

Commit

Permalink
Merge pull request r-dbi#83 from mpancia/patch-1
Browse files Browse the repository at this point in the history
Removed unused argument.
  • Loading branch information
craigcitro committed Jan 28, 2016
2 parents 2a8c906 + 7da342e commit 1c196fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tabledata.r
Expand Up @@ -63,7 +63,7 @@ list_tabledata_callback <- function(project, dataset, table, callback,
is_quiet <- function(x) isTRUE(quiet) || (is.na(quiet) && elapsed() < 2)

iter <- list_tabledata_iter(
project = project, dataset = dataset, table = table, callback = callback,
project = project, dataset = dataset, table = table,
table_info = table_info)

cur_page <- 0L
Expand Down

0 comments on commit 1c196fb

Please sign in to comment.