manual: Create a definition based on specific IDs

manualR Documentation

Create a definition based on specific IDs

Description

Other widgets build pools based on definitions, where the pool is anyone who satisfies the definition. These widgets, on the other hand, allow you to select specific individuals – this can come in handy if you've been hand-curating a list of entities or funds through other means and need to be able to combine that with Disco Engine widgets.

Usage

entities(...)

funds(...)

Arguments

...

IDs, separated by commas

Examples

entities(1234, 640993)
funds(FW5142000, S00038000)

## note that these are just like any other disco definition
## for example, you can combine them with other widgets
entities(1234, 640993) %and% majored_in(mathematics)


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