Error in `mutate()`: ℹ In argument: `words = map(hire_text$内容, segment, jieba = wk)`. Caused by error in `map()`: ! could not find function "map" Run `rlang::last_error()` to see where the error occurred.
时间: 2023-05-11 09:02:00 浏览: 249
will-mutate::dna::female_sign::dna:运行时测试可检测对象的突变
这个错误是由于在调用map()函数时出现了问题,可能是因为map()函数没有被正确加载或者没有被正确调用。建议您检查代码中是否正确加载了map()函数,并且确保正确调用。如果问题仍然存在,可以使用rlang::last_error()函数查看错误的具体位置。
阅读全文