R/can-be-num.R

#' Check if a string could be considered as numeric.
#'
#' See [strex::str_can_be_numeric()].
#'
#' @inheritParams strex::str_can_be_numeric
#'
#' @export
can_be_numeric <- strex::str_can_be_numeric

#' @rdname can_be_numeric
#' @export
str_can_be_numeric <- can_be_numeric

Try the filesstrings package in your browser

Any scripts or data that you put into this service are public.

filesstrings documentation built on Feb. 16, 2023, 7:25 p.m.