R/table191print.R

Defines functions Table19_1.print

Documented in Table19_1.print

#' Print Table 19_1 Table Content
#'
#' Provides access to the internal data content of Table 19_1
#'
#' @return A data frame with the content of Table 19_1 for breed.code reference.
#' @example Table19_1.print()
#' @export
Table19_1.print <- function(){
  print(table19_1)
}
sgadberry/beefnrc documentation built on May 7, 2019, 3:33 p.m.