\name{GlobalLists} \alias{GlobalLists} \alias{iget} \title{GlobalLists} \description{ It defines a list of global variables. \code{workflow.list} is able to access objects of existing workflows in iFlow. \code{Gate.list} shows the list of gates on GateView. } \usage{ iget(name) } \arguments{ \item{name}{Defines the name of \code{GlobalList}.} } \value{ \item{wf.list}{A list of created workflows} \item{gt.list}{A list of gates} } \author{ Kyongryun Lee } \examples{ \dontrun{wf.list <- iFlow:::iget("workflow.list")} \dontrun{wf.list} \dontrun{gt.list <- iFlow:::.guiEnv$Gate.list} \dontrun{gt.list} } \keyword{internal}