create_process_node: Create a process node used for process creation

View source: R/Process.R

create_process_nodeR Documentation

Create a process node used for process creation

Description

Create a process node used for process creation

Usage

create_process_node(type = "processTypeName", technician = "researcherURI",
  dateRun = format(Sys.Date(), "%Y-%m-%d"), instrument = NULL, ...)

Arguments

type

character, the name of the process ("FACS-2", ...)

technician

character,the uri of the technician

dateRun

character, the date of the run

instrument

character, optional, the URI of the instrument

...

further arguments for newXMLNode including child nodes

Value

xmlNode of type 'process'

See Also

Other Process: ProcessRefClass_date_run, ProcessRefClass_get_artifacts, ProcessRefClass_get_file_artifacts, ProcessRefClass_get_parent_process, ProcessRefClass_get_type, ProcessRefClass_instrument, ProcessRefClass_technician


BigelowLab/genologicsr documentation built on June 7, 2024, 3:15 a.m.