create_CustomSpace {Certara.RDarwin}R Documentation

Create a Custom Space

Description

This function creates a custom space object based on the provided custom code.

Usage

create_CustomSpace(CustomCode = character())

Arguments

CustomCode

A character string containing the custom code.

Details

This function parses the provided CustomCode and extracts information related to:

The extracted information is then used to create a CustomSpace object, which contains the parsed and structured representation of the custom code. An identifier is generated and used as the name of the Space.

Value

A list with one element of the class PMLModels.


[Package Certara.RDarwin version 1.1.1 Index]