appendToContainerName: Change container names

View source: R/JSON_library.R

appendToContainerNameR Documentation

Change container names

Description

Appends a value to a container name, ignoring the old label and replacing with the new

Usage

appendToContainerName(containerName, appendText)

Arguments

containerName

the name of the container (labelText)

appendText

text to append

Value

the container without the changes (so an id is accessible)

Examples

## Not run: 
container <- appendToContainerName("AP0001", "_fail")
container$ignored <- TRUE
container$lsStates <- NULL
container$lsLabels <- NULL
updateAcasEntity(container, "containers")

## End(Not run)

mcneilco/racas documentation built on April 19, 2024, 1:12 p.m.