I installed the stringr package on my Ubuntu 10.04 computer under R 2.10.1. When I try to use the str_extract () function, R stops and throws the following error message:
Recycling error (string, pattern, replacement): could not find function "vapply"
How can I solve this problem? Is there any specific package containing this vapply function?
txxwq source
share