gpt4 book ai didi

R:原始函数 - 出于历史或效率原因?

转载 作者:行者123 更新时间:2023-12-01 09:33:12 25 4
gpt4 key购买 nike

出于历史或效率原因,我如何找到 R 中的原始函数列表?

原始函数是在 R 代码和用于编写 R 的 C 代码之间提供链接的函数。

最佳答案

这将为您提供包装对 .Primitive() 的调用的所有 R 函数的名称:

nms <- names(methods:::.BasicFunsList)        ## ?.BasicFunsList for more info

length(nms)
# [1] 192
c(head(nms, 8), tail(nms, 8))
# [1] "$" "$<-" "[" "[<-"
# [5] "[[" "[[<-" "%*%" "xtfrm"
# [9] "switch" "tracemem" "unclass" "untracemem"
# [13] "while" "{" "||" "~"

关于R:原始函数 - 出于历史或效率原因?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12632246/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com