set_presenter.semnar | R Documentation |
semnar
objectSet presenter information from a semnar
object
## S3 method for class 'semnar' set_presenter(object, presenter) set_presenter(object, presenter)
object |
either an object an object of class |
presenter |
an object of class |
The semnar
object supplied in object
, with the
presenter information as in presenter
. See the output of
semnar:::get_presenter_variables()
for what variables are
affected.
presenter get_presenter
out <- add_presentation(presenter_name = "Ioannis", presenter_surname = "Kosmidis", presenter_affiliation = "University of Warwick", title = "A") |> 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") john_doe <- presenter(name = "John", surname = "Doe", affiliation = "Nowhereland", link = "https://johndoe.nowhereland.com", email = "john.doe@nowhereland.com") out set_presenter(out, john_doe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.