我一直在尝试使用 tidytext 包计算词频。
v <- "Everybody dance now! Give me the music Everybody dance now! Give me the music Everybody dance now! Everybody dance now! Yeah! Yeah! Yeah!"
v <- as.character(v)
v %>% count(words)
但我一直收到此错误: UseMethod("as.quoted") 中的错误:没有适用于 'as.quoted' 的方法应用于类“函数”的对象
请帮忙!谢谢!