R/rdmlEdit.R

Defines functions rdmlEdit

Documented in rdmlEdit

#' RDML Editor Graphical User Interface
#' 
#' Launches graphical user interface that can edit RDML metadata and show
#' qPCR or melting curves.
#' 
#' @keywords hplot
#' @export rdmlEdit
rdmlEdit <- function()
  shiny::runApp(system.file("RDMLedit", package = "RDML"))
kablag/RDML documentation built on Oct. 20, 2022, 5:47 a.m.