Description Usage Arguments Value Examples
Export the results
1 | exportResult(dataIn, dataOut, filename = "biggen", fileLoc = "H:\\Downloads")
|
dataIn |
data.table |
dataOut |
data.table |
filename |
character filename (default = "biggen") |
fileLoc |
character file location (default = "~/Downloads") |
no return, only creates file in fileLoc folder
1 2 3 4 5 6 | animalsInTrial <- selectTrialAnimals(biggen,72,72,5.4,9.5)[[1]]
animalsOutTrial <- selectTrialAnimals(biggen,72,72,5.4,9.5)[[2]]
animalsInTrial <- assignPens(animalsInTrial,6)
animalsInTrial <- assignTreatment(animalsInTrial,c("Wit","Groen","Rood","Geel"))
animalsInTrial <- assignComp(animalsInTrial)
exportResult(animalsInTrial,animalsOutTrial)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.