r double colon code example
Example: 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()
# 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()