IK_warwick <- presenter(name = "Ioannis",
surname = "Kosmidis",
affiliation = "University of Warwick",
link = "https://www.ikosmidis.com")
YRM <- event(event = "Young Researchers' Meeting",
country = "England",
city = "Coventry",
state = "NA",
lon = -1.560843, lat = 52.384019,
link = "https://warwick.ac.uk/fac/sci/statistics/news/yrm/",
institution = "University of Warwick",
department = "Department of Statistics",
school = NA,
venue = "Mathemtical Sciences Building",
address = NA,
postcode = NA)
out <- add_presentation(presenter = IK_warwick,
event = "A",
country = "Greece",
title = "S") |>
add_presentation(presenter = IK_warwick,
event = "B",
city = "London",
country = "UK",
title = "T") |>
add_presentation(presenter = IK_warwick,
event = YRM,
title = "U")
get_event(out)
Run the code above in your browser using DataLab