Reference for R wizards

后端 未结 1 1990
野趣味
野趣味 2020-12-29 06:06

Based on this answer, I learned of a special class of internal functions that can be accessed from R: a set of functions accessed via .Internal(specialFunction)

相关标签:
1条回答
  • 2020-12-29 07:13

    They're in src/main/names.c but they are not alone. The .Primitive are there too. And some dragons.

    They are documented in Section 2) .Internal vs .Primitive in the R Internals manual.

    0 讨论(0)
提交回复
热议问题