R/getChangedColsTab.R

Defines functions getChangedColsTab

Documented in getChangedColsTab

#' 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)))
  )
}
rmsharp/nprcgenekeepr documentation built on June 13, 2025, 9:16 p.m.