When creating a new object of class ISAjson via:
object <- new(Class = "ISAjson", path)
, the function
initialize(.Object, path)
is called to initialize and create the
actual object. The initialize-method
is seldom used as a function
itself.
Arguments
- .Object
character, name of the object of class ISAjson to be initialized
- path
length-one character vector containing the path to the ISA-JSON file.