MonolixSuite in R
Breadcrumbs

renameGroup

[Simulx] Rename simulation group

Rename a simulation group.

Usage

R
renameGroup(currentGroupName, newGroupName)

Arguments

currentGroupName (character) Name of the current group name. newGroupName (character) Name of the new group name.

Details

Note: At the creation of a Simulx project, a first group is created by default with the name "simulationGroup1". It is possible to rename this group.

See also

addGroup getGroups

Examples

R
  initializeLixoftConnectors("simulx")
  project_name <- file.path(getDemoPath(), "3.definition", "3.1.treatments", "treatment_manual.smlx")
  loadProject(project_name)
  renameGroup("simulationGroup1", "two_doses")