Nothing
#' getChangedColsTab skeleton of list of errors
#'
## Copyright(c) 2017-2024 R. Mark Sharp
## This file is part of nprcgenekeepr
#'
#' @return HTML formatted error list
#'
#' @param errorLst list of errors and changes made by \code{qcStudbook}
#' @param pedigreeFileName name of file provided by user on Input tab
#' @export
getChangedColsTab <- function(errorLst, pedigreeFileName) {
tabPanel(
"Changed Columns",
div(HTML(insertChangedColsTab(errorLst, pedigreeFileName)))
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.