Skip to content

Commit

Permalink
use roxygen2 tags for title, description, details
Browse files Browse the repository at this point in the history
Signed-off-by: SHIMA Tatsuya <[email protected]>
  • Loading branch information
eitsupi committed Aug 22, 2022
1 parent e7f11cc commit e7a375d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions r/R/type.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +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 Arrow type
#'
#' Infer the Arrow Array type from an R object.
#'
#' [type()] is deprecated in favor of [infer_type()].
#' @title Infer Arrow type
#' @description Infer the Arrow Array type from an R object.
#' @details [type()] is deprecated in favor of [infer_type()].
#'
#' @param x an R object (usually a vector) to be converted to an [Array] or
#' [ChunkedArray].
Expand Down

0 comments on commit e7a375d

Please sign in to comment.