Skip to content

Commit

Permalink
MINOR: [R] Remove duplicated heading
Browse files Browse the repository at this point in the history
Closes #13824 from thisisnic/type

Authored-by: Nic Crane <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
  • Loading branch information
thisisnic committed Aug 10, 2022
1 parent 8386871 commit 74f221c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions r/R/type.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ FLOAT_TYPES <- c("float16", "float32", "float64", "halffloat", "float", "double"

#' Infer the arrow Array type from an R object
#'
#' Infer the arrow Array type from an R object.
#'
#' [type()] is deprecated in favor of [infer_type()].
#'
#' @param x an R object (usually a vector) to be converted to an [Array] or
Expand Down

0 comments on commit 74f221c

Please sign in to comment.