Skip to main content
Skip table of contents

deleteEndpoint

Delete an endpoint.

Usage

R
deleteEndpoint(name)

Arguments

name

(character) Endpoint name

Details

Endopints defined are created in the background and saved with the Simulx project if calling saveProject.

To check which endpoints have been defined, please use getEndpoints.

See also

Examples

R
initializeLixoftConnectors("simulx")
project_name <- file.path(getDemoPath(), "6.outcome_endpoints", "6.1.outcome_endpoints", "OutcomeEndpoint_PDTTE_survival_NADIR_timeToNADIR.smlx")
loadProject(project_name)
deleteEndpoint("mean_NADIR")
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.