set_event.semnar | R Documentation |
semnar
objectSet event information in a semnar
object
## S3 method for class 'semnar' set_event(object, event) set_event(object, event)
object |
either an object an object of class |
event |
an object of class |
The semnar
object supplied in object
, with the event
information as in event
. See the output of
semnar:::get_event_variables()
for what variables are
affected.
event()
get_event()
out <- add_presentation(presenter_name = "Ioannis", presenter_surname = "Kosmidis", presenter_affiliation = "University of Warwick", title = "A", country = "UK") |> add_presentation(presenter_name = "Ioannis", presenter_surname = "Kosmidis", presenter_affiliation = "University College London", title = "B") |> add_presentation(presenter_name = "Ioannis", presenter_surname = "Kosmidis", presenter_affiliation = "University College London", title = "C", country = "Greece", city = "Athens") WA <- event("WA", "UK", "Lon", "Lon", NA, NA, NA, "British Library") out set_event(out, WA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.