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.
有时,我得到一些没有加载包信息的 R 代码。例如,
x <- thisisafunction(data)
而且我不知道哪个包裹thisisafunction来自。thisisafunction我想在 CRAN中找到所有包含函数的包。此软件包可能已安装在当前计算机中,也可能未安装。是否有可能做到这一点?我尝试用谷歌搜索包名称,有时它可以工作,但有时它不能。
thisisafunction