A script that can be run in the cloud to create synthetic datasets for testing and demonstration
To Run:
- Click the button to load Rstudio in your browser
- In the lower right corner click
builddataset.R
- In the top right text editor, change any desired values in the
User Settable Options
section - Click the
source
button at the top of the text editor to run the tool
To download results:
- Open the
Terminal
and commpress your output folder by runningtar -zcvf outdir.tar.gz outdir/
- In the side panel, check the box next to your copmressed file
- Click the blue gear that says
More
- Choose
Export
and select a location for saving the file - Locally, uncompress the the file with
tar -xf outdir.tar.gz
Follow these steps to submit your data for testing.
Optional, save a copy of your modified builddataset.R
as a branch for future reference.
For more information, see the