attended_event: Event attendance widget

View source: R/widget-attended-event.R

attended_eventR Documentation

Event attendance widget

Description

Find entities who attended (an) event(s).

Usage

attended_event(
  ...,
  from = NULL,
  to = NULL,
  include_non_attendees = FALSE,
  comment = NULL
)

Arguments

...

event codes

from

begin and end dates (attended event between those dates). Enter as an integer of the form YYYYMMDD

to

begin and end dates (attended event between those dates). Enter as an integer of the form YYYYMMDD

include_non_attendees

do you want to include people who were invited, but did not attend (regrets, no-show, invited but did not attend) defaults to FALSE

comment

(Optional) Supply one or more search terms to search through the comment field

Details

Enter one or more event codes, and decide whether you want to include people who were on the invite list but did not attend (by default, they are excluded). If you don't enter any event codes, then you will get people who attended any event.

Value

A discoveryengine list definition of type entity_id

Examples

attended_event(3965, 1263)


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