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)
Run the code above in your browser using DataLab