R/fns-auto.R
find_project_resources_by.Rd
Finds all resources in the KiProject by any of KiProjectResource attributes.
find_project_resources_by(ki_project, operator = "and", ...)
ki_project | a Ki Project obtained from |
---|---|
operator | The operator to use when finding by more than one attribute. Must be one of: 'and', 'or'. |
... | KiProjectResource attributes and values to find by. |
List of KiProjectResources or an empty list.
This can be used in either of the following ways:
ki_project$find_project_resources_by(...) find_project_resources_by(ki_project, ...)