Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 14:49by phreazer