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