📜  r 双冒号和三重冒号 - R 编程语言代码示例

📅  最后修改于: 2022-03-11 14:52:01.700000             🧑  作者: Mango

代码示例1
# Short answer:
# In R, these are used to access functions that are defined as part of
# the internal functions that a package uses. 

# Basic syntax:
package:::internal_function()