R/funcs.R
left.Rd
just like excel's left func
left(text, num_char)
stuff to parse
how many characters should be returned
the `num_char` length of chars on the left of the inputed string
DETAILS
if (FALSE) { if(interactive()){ #EXAMPLE1 } }