Answers for "r double and triple colons"

R
1

r double and triple colons

# 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()
Posted by: Guest on October-11-2020

Browse Popular Code Answers by Language