guess_prefix: Common prefix of a given vector of strings without decimals...

Description Usage Arguments Value Examples

Description

Common prefix of a given vector of strings without decimals in its tail.

Usage

1

Arguments

ss

a vector of strings

Value

the common prefix without decimals in its tail (string)

Examples

1
guess_prefix(c("a11", "a12", "a13")) #=> "a"

mnacamura/wrttls documentation built on June 28, 2019, 9:45 a.m.