substrBoth: substrBoth get a sub-string based on the number of characters...

Description Usage Arguments Value Author(s)

View source: R/substrBoth.R

Description

substrBoth get a sub-string based on the number of characters and the side to start

Usage

1
substrBoth(strng, howManyCharacters, fromEnd = TRUE)

Arguments

strng

String from which to grab a subset

howManyCharacters

numeric. How many characters should be returned in the sub-string?

fromEnd

logical. Default is TRUE. Should te subset start in the end of the string?

Value

character string of the subset.

Author(s)

Tati Micheletti


tati-micheletti/usefulFuns documentation built on July 7, 2020, 3:19 p.m.