R/head.chr.R

Defines functions head.chr

head.chr <- function(x, n = 1000){
    substr(x, 1, n)
}
EccRiley/Riley documentation built on Feb. 15, 2024, 9:29 a.m.