programming_languages:r:function

Functions and Namespaces

You can access functions of a package with the :: operator. This works only with exported functions. Exported functions are functions which are intended for use (similar to public functions, or exported functions in dlls).

To access package functions, which are not exported functions, use the ::: operator.

  • programming_languages/r/function.txt
  • Last modified: 2017/02/19 15:49
  • by phreazer