event | R Documentation |
semnar_event
object with event detailsCreate a semnar_event
object with event details
event( event = NA, country = NA, city = NA, state = NA, lon = NA, lat = NA, link = NA, institution = NA, department = NA, school = NA, venue = NA, address = NA, postcode = NA )
event |
either |
country |
country where the presentation took place; character
string or |
city |
city where the presentation took place; character
string or |
state |
state where the presentation took place; character
string or |
lon |
longitude of the venue of the presentation; numeric or
|
lat |
latitude of the venue of the presentation; numeric or
|
link |
link to the event or seminar/talk page; character
string or |
institution |
institution at which the event or seminar/talk
page took/will take space; character string or |
department |
department at which the event or seminar/talk
page took/will take space; character string or |
school |
school at which the event or seminar/talk page
took/will take space; character string or |
venue |
venue at which the event or seminar/talk page
took/will take space; character string or |
address |
address where the seminar/talk took place; character
string or |
postcode |
post code where the seminar/talk took place;
character string or |
A structured data.frame()
that also inherits from class semnar_event
, including the supplied event details.
get_event()
set_event()
presenter()
get_presenter()
set_presenter()
# A past talk of mine 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(event = YRM, presenter = IK_warwick, title = "A workflow that most probably isn't yours", type = "presentation", start = "20190528 16:00", end = "20190528 17:00")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.