Finds all resources in the KiProject by any of KiProjectResource attributes.

find_project_resources_by(ki_project, operator = "and", ...)

Arguments

ki_project

a Ki Project obtained from ki_project

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.

Value

List of KiProjectResources or an empty list.

Note

This can be used in either of the following ways:

ki_project$find_project_resources_by(...)
find_project_resources_by(ki_project, ...)