File: cpp11.R

package info (click to toggle)
r-cran-vcr 0.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,360 kB
  • sloc: cpp: 15; sh: 13; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
5
# Generated by cpp11: do not edit by hand

split_str <- function(str, splitLength) {
  .Call("_vcr_split_str", str, splitLength, PACKAGE = "vcr")
}