R: Substrings of a Character Vector - ETH :: D-MATH :: Seminar for Statistics
Substrings of a Character Vector Description Extract or replace substrings in a character vector. Usage substr(x, start, stop) substring(text, first, last = 1000000L) substr ... Details substring is compatible with S, with first and last instead of start ...