Skip to content

Commit

Permalink
improve the docs
Browse files Browse the repository at this point in the history
Signed-off-by: SHIMA Tatsuya <[email protected]>
  • Loading branch information
eitsupi committed Aug 20, 2022
1 parent 79a5550 commit d08782f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions r/R/type.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ DataType$import_from_c <- ImportType
INTEGER_TYPES <- as.character(outer(c("uint", "int"), c(8, 16, 32, 64), paste0))
FLOAT_TYPES <- c("float16", "float32", "float64", "halffloat", "float", "double")

#' Infer the arrow Array type from an R object
#' Infer Arrow type
#'
#' 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()].
#'
Expand Down
4 changes: 2 additions & 2 deletions r/man/infer_type.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d08782f

Please sign in to comment.