powered by
This function lists the names of structural parameters in a given set of PMLParametersSets.
list_StParms(PMLParametersSets, IncludeAll = FALSE, IncludeCustom = TRUE)
A character vector containing the names of structural parameters.
A list of PML parameters sets (PMLModels class instance).
PMLModels
Logical. Should the names of structural parameters with None state be included or not. Default is FALSE.
None
FALSE
Logical. Should the names of custom stparm statements (from the PML code of custom spaces) be included or not. Default is TRUE.
stparm
TRUE
add_StParm() modify_StParm()
add_StParm()
modify_StParm()
PMLParametersSets <- get_PMLParametersSets() list_StParms(PMLParametersSets)
Run the code above in your browser using DataLab