Names of all existing tasks that can be performed by `MeanModelWorkflow` or `PopulationWorkflow` objects
Examples
# Lists all available task names available in mean or population workflows
AllAvailableTasks
#> $simulate
#> [1] "simulate"
#>
#> $calculatePKParameters
#> [1] "calculatePKParameters"
#>
#> $calculateSensitivity
#> [1] "calculateSensitivity"
#>
#> $plotTimeProfilesAndResiduals
#> [1] "plotTimeProfilesAndResiduals"
#>
#> $plotPKParameters
#> [1] "plotPKParameters"
#>
#> $plotSensitivity
#> [1] "plotSensitivity"
#>
#> $plotDemography
#> [1] "plotDemography"
#>
#> $plotAbsorption
#> [1] "plotAbsorption"
#>
#> $plotMassBalance
#> [1] "plotMassBalance"
#>