R/deprecated.R

Defines functions openWorkspace

Documented in openWorkspace

#' @templateVar old openWorkspace
#' @templateVar new open_flowjo_xml
#' @template template-depr_pkg
NULL
#' It is now moved along with entire flowJo parser to CytoML package
#' @param file xml file
#' @param ... other arguments
#' @export
#' @rdname openWorkspace
openWorkspace <- function(file, ...){
  .Defunct(msg = "openWorkspace is now deprecated by CytoML::open_flowjo_xml. Please library(CytoML) first!")
}

Try the flowWorkspace package in your browser

Any scripts or data that you put into this service are public.

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.