R/getChangedColsTab.R

Defines functions getChangedColsTab

Documented in getChangedColsTab

#' getChangedColsTab skeleton of list of errors
#'
## Copyright(c) 2017-2020 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/nprcmanager documentation built on April 24, 2021, 3:13 p.m.