R/str_left.R

str_left <- function(str,n){
  substr(str, 1, n)
}
mbonoli/funcionesMBO documentation built on May 22, 2019, 12:56 p.m.