View source: R/widget-attended-event.R
attended_event | R Documentation |
Find entities who attended (an) event(s).
attended_event(
...,
from = NULL,
to = NULL,
include_non_attendees = FALSE,
comment = NULL
)
... |
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 |
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.
A discoveryengine list definition of type entity_id
attended_event(3965, 1263)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.