Open briqqo opened 2 years ago
The ft_v2_api() function returns an error message when using the modes 'WordCloud*': Error in mutate(): ! Problem while computing modeSearch = modeSearch %>% str_to_upper(). Caused by error in stri_trans_toupper(): ! object 'modeSearch' not found
mutate()
modeSearch = modeSearch %>% str_to_upper()
stri_trans_toupper()
The ft_v2_api() function returns an error message when using the modes 'WordCloud*': Error in
mutate()
: ! Problem while computingmodeSearch = modeSearch %>% str_to_upper()
. Caused by error instri_trans_toupper()
: ! object 'modeSearch' not found