


This is just a file which contains time stamps whenever I drank coffee. I started keeping score because I realized I drank more coffee since working full time. In this example I will make a package from my all the times I drank coffee. a dataset that you want to turn into a package.*: Steps 4-6 are optional, but will help you in practicing for other packages. step 6: maintain your dataset if it changes.step 4: describe the package with a vignette.*.step 1: create a new project with Rstudio.Step 0: locate your dataset, both raw and clean.

What do you need to do to create a dataset package: nice and easy introduction to package building.documentation is part of the package and will never separate from data.easy to load (library(name) is easier then load("path/to/file") or dataWhy would you turn your dataset into a package? This tutorial is for you, even if you’ve never created a package in r. Turning your dataset into a package is very useful for reproducable research.
