dietQuery
Using dietQuery
The dietQuery R package is still in development, but I've prepared a tutorial folder with example data files and a full reference for those interested in trying out some of the basic dietQuery functions.
1. Begin by downloading R.
2. Next, download the dietQuery tutorial folder. This folder contains four example diet data sets and the code and reference files needed to perform basic diet data set searches.
3. Unzip the tutorial folder and put it somewhere on your computer. Set the current working directory in R to this folder either by going to 'Misc' > 'Change Working Directory...' or using the setwd() function.
>
setwd('~/Downloads/dietQuery Tutorial')
4. Follow the instructions included in the 'Tutorial code.R' file (located in the tutorial folder).