has_capacity: Capacity widget

View source: R/widget-has-capacity.R

has_capacityR Documentation

Capacity widget

Description

Find entities with specific researched capacity ratings.

Usage

has_capacity(...)

Arguments

...

capacity rating codes (eg: 1, 10, 99, 1:9)

Details

This widget will only look for current (active) capacity ratings. Enter one or more ratings using just the integer code (eg: 1, 5), not the description. Use the colon to indicate a range (eg: 1:10 for $100K+). If no ratings are entered, then by default the widget will find people who have any rating between 1 and 14 (note that 99s are not included by default).

Value

A definition of type entity_id

Examples

## $250K+ prospects
has_capacity(1:9)

## this would do the same thing
has_capacity(1, 2, 3, 4, 5, 6, 7, 8, 9)


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