diff --git a/r/NAMESPACE b/r/NAMESPACE index 31bdd94aa022c..8b08b940b3622 100644 --- a/r/NAMESPACE +++ b/r/NAMESPACE @@ -340,7 +340,6 @@ export(null) export(num_range) export(one_of) export(open_dataset) -export(pull.ArrowTabular) export(read_csv_arrow) export(read_delim_arrow) export(read_feather) diff --git a/r/R/arrow-tabular.R b/r/R/arrow-tabular.R index d580dd98a6e1c..d011c9614280b 100644 --- a/r/R/arrow-tabular.R +++ b/r/R/arrow-tabular.R @@ -260,7 +260,6 @@ na.omit.ArrowTabular <- function(object, ...) { #' @export na.exclude.ArrowTabular <- na.omit.ArrowTabular -#' @export pull.ArrowTabular <- function(x, var = -1) { x[[vars_pull(names(x), !!enquo(var))]] }