11.7 Export
You need to export a function to make it usable outside of your package. When you first create a package, nothing will be exported, even when you have added some functions.
You need to export a function to make it usable outside of your package. When you first create a package, nothing will be exported, even when you have added some functions.