has_record_type: Find entities with a given record type(s)

View source: R/widget-has-record-type.R

has_record_typeR Documentation

Find entities with a given record type(s)

Description

This widget looks at all record types (not just the primary record type). If no record types are entered, the widget will find every entity ID, regardless of type. However, please pay attention to the default settings on display, which excludes organizations and the deceased unless you specify otherwise.

Usage

has_record_type(...)

Arguments

...

record type code(s)

Value

A definition of type entity_id

Examples

## find trustees
has_record_type(ucbf_trustee)

## or if you want to include former trustees
has_record_type(ucbf_trustee, former_ucbf_trustee)


tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.