Skip to content

Commit

Permalink
Remove @export from pull.ArrowTabular def
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Oct 8, 2022
1 parent 5e0a0b7 commit 39a9968
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion r/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion r/R/arrow-tabular.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))]]
}

0 comments on commit 39a9968

Please sign in to comment.