Extract characters from string by index
substr_i.Rd
Equivalent of .Range() in Insight Maker
Examples
substr_i("InsightMaker", 3) # "s"
#> [1] "s"
substr_i("InsightMaker", c(1, 5, 10)) # "Igk"
#> [1] "Igk"
substr_i.Rd
Equivalent of .Range() in Insight Maker
substr_i("InsightMaker", 3) # "s"
#> [1] "s"
substr_i("InsightMaker", c(1, 5, 10)) # "Igk"
#> [1] "Igk"