File: string-to-indices.R

package info (click to toggle)
r-cran-tibble 3.1.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,008 kB
  • sloc: ansic: 317; sh: 10; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (3)
1
2
3
string_to_indices <- function(x) {
  .Call(`tibble_string_to_indices`, as.character(x))
}