Skip to contents

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.

Usage

# S4 method for class 'ISAjson'
initialize(.Object, path)

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.