Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用管道工时遇到问题,当我“检查”我的代码时,我的所有 data.tables 在每组操作后都重置为 data.frame。
我认为问题可能是由于环境造成的。我尝试在铅锤函数中使用 envir 参数,但似乎没有任何效果。
我已经尝试过两种版本的水管工(CRAN repo 和 Github)。任何帮助/指示将不胜感激,在此先感谢!
PS 该代码无需管道工即可正常工作。