forestgeo/fgeo.data

Automatize creating toy datasets

maurolepore opened this issue · 0 comments

Make it easy to create toy datasets for examples and tests.

Alternatives:

Pre made:

  • Pre-make toy datasets and keep them in fgeo.data.
  • Paste them to script with an addin, maybe internally using datapasta.

On the fly:

  • Create them on the fly with expand.grid or simlar alternative in tidyr and friends.