R/string-to-indices.R

Defines functions string_to_indices

string_to_indices <- function(x) {
  .Call(`tibble_string_to_indices`, as.character(x))
}

Try the tibble package in your browser

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

tibble documentation built on March 31, 2023, 11 p.m.