From 7da342e5b61bae697cc4061da6c1a04948f0651a Mon Sep 17 00:00:00 2001 From: Matthew Pancia Date: Thu, 28 Jan 2016 11:07:16 -0800 Subject: [PATCH] Removed unused argument. --- R/tabledata.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tabledata.r b/R/tabledata.r index 90e8b7b4..7d4f82ab 100644 --- a/R/tabledata.r +++ b/R/tabledata.r @@ -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