Making Packages in R
Overview
Teaching: 20 min
Exercises: 0 minQuestions
How do I collect my code together so I can reuse it and share it?
How do I make my own packages?
Objectives
package code for reuse and distribution to others
FIXME
Key Points
packages are an easy way to share reuseable code