This lesson is still being designed and assembled (Pre-Alpha version)

Making Packages in R

Overview

Teaching: 20 min
Exercises: 0 min
Questions
  • 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