jonthegeek / factory

factory: Build Function Factories
Other
49 stars 6 forks source link

Vignette for common use case #5

Closed jonthegeek closed 5 years ago

jonthegeek commented 5 years ago

Create a vignette about how I envision factory being used. Basic structure: write a function that your factory should produce, turn things that should change into variables, call factory. Check for similar general plan for writing functions (in R4DS or Advanced R, maybe) and then move it up a step.