Fieldscorer | R Documentation |
Fieldscorer takes an output file from Agrobase and converts it into a fieldscorer format.
Fieldscorer(x, Experiment, Trialtype, Barcode, Genotype, Pedigree = NULL)
x |
A data.frame. |
Experiment |
A character string indexing column that contains trial names. |
Trialtype |
A character string to represent trial series. For example "21WS2E". |
Genotype |
A character string indexing the column that contains genotype names. |
Pedigree |
A cvharacter string indexing the column that contains pedigree information. Default is NULL as we may want Fieldscorer files without this information for third party use. |
plotbarcode |
A character string indexing column that contains plot barcodes. |
File format suitable for upload into the Fieldscorer app.
Calum Watt, cwatt@intergrain.com
data <- read_xls("agrobasepractice.xls") Fieldscorer(data, Experiment = "trial.name", Trialtype = "21WS2E", Barcode = "plot.barcode", Genotype = "name", Pedigree = "pedigree")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.