#' An S4 class to represent information to be printed on harvest bags
#' @slot plotNo character of plotNo
#' @slot pass numeric of pass
#' @slot range numeric of range
#' @slot trial character of trial
#' @slot block character of block
#' @slot long data.frame of long
#' @export fieldStakes
fieldStakes <- setClass("fieldStakes", slots = c(Trial = "character", plotNo = "character", pass = "numeric", range = "numeric", block = "character", long = "data.frame"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.