[PKanalix] Retrieve the list of the custom NCA parameters in the project and/or the preferences
Retrieve the list of the custom NCA parameters defined in the current project and/or the preferences. Available arguments:
|
"fromPreferences" |
(logical, optional) |
If the list should include parameters available in preferences. |
|
"fromProject" |
(logical, optional) |
If the list should include parameters added to the current project. |
|
"onlyCompatible" |
(logical, optional) |
If the list should include only parameters compatible with the current project. |
Usage
R
getCustomNCAParameters(
fromPreferences = TRUE,
fromProject = TRUE,
onlyCompatible = FALSE
)