could not find function "str_sub"

Error in str_sub(., 1, 5) : could not find function "str_sub"

The str_sub() function you probably want is in the stringr package. Have you run

library(stringr)

before trying to use str_sub()?

Thanks
Problem solved
Cheers!!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.