- object
either an object an object of class semnar or
unspecified (default). See Details.
- presenter
either NA (default) or an object of class
semnar_presenter. In the latter case, all input to the
presenter_* arguments below is ignored and populated
according to the supplied object.
- presenter_name
name of the presenter of the presentation;
character string or NA (default).
- presenter_midname
middle name of the presenter of the
presentation; character string or NA (default).
- presenter_surname
surname of the presenter of the
presentation; character string or NA (default).
- presenter_affiliation
affiliation of the presenter of the
presentation; character string or NA (default).
- presenter_email
email of the presenter of the presentation;
character string or NA (default).
- presenter_link
link to the webpage of the presenter of the
presentation; character string or NA (default).
- presenter_address
address of the presenter; character string
or NA (default).
- country
country where the presentation took place; character
string or NA (default).
- city
city where the presentation took place; character
string or NA (default).
- state
state where the presentation took place; character
string or NA (default).
- lon
longitude of the venue of the presentation; numeric or
NA (default).
- lat
latitude of the venue of the presentation; numeric or
NA (default).
- event
either NA (default) or a character string with the
name of the event at which the presentation is/was given or an
object of class semnar_event. In the latter case, all input
to country, city, state, lon, lat, link,
institution, department, school, venue, address,
postcode is ignored and populated according to the supplied
object.
- title
title of the presentation; character string or NA
(default).
- abstract
abstract of the presentation; character string or
NA (default).
- type
the type of the talk. Available options are NA
(default), "seminar", "webinar", "lecture",
"presentation", "talk", "poster".
- link
link to the event or seminar/talk page; character
string or NA (default).
- materials
link to the slides or materials from the
seminar/talk; character string or NA (default).
- institution
institution at which the event or seminar/talk
page took/will take space; character string or NA (default).
- department
department at which the event or seminar/talk
page took/will take space; character string or NA (default).
- school
school at which the event or seminar/talk page
took/will take space; character string or NA (default).
- venue
venue at which the event or seminar/talk page
took/will take space; character string or NA (default).
- address
address where the seminar/talk took place; character
string or NA (default).
- postcode
post code where the seminar/talk took place;
character string or NA (default).
- room
room at which the event or seminar/talk page took/will
take space; character string or NA (default).
- start
NA (default) or a character string to be parsed into
a calendar date and time using parsedate::parse_date(). If
the latter, start overrides any input in year, month,
day, start_hour, start_min, start_sec
- end
NA (default) or a character string to be parsed into a
calendar date and time using parsedate::parse_date(). If the
latter, end overrides any input in year, month, day,
end_hour, end_min, end_sec.
- year
year of the presentation; numeric, e.g. 2019, or NA
(default).
- month
month of the presentation; numeric (1-12) or NA
(default).
- day
day of the presentation; numeric (1-31) or NA
(default).
- start_hour
start hour of the presentation; numeric (1-24) or
NA (default).
- end_hour
end hour of the presentation; numeric (1-24) or
NA (default).
- start_min
start minute of the presentation; numeric (0-60)
or NA (default).
- end_min
end minute of the presentation; numeric (0-60) or
NA (default).
- start_sec
start second of the presentation; numeric (0-60)
or NA (default).
- end_sec
end second of the presentation; numeric (0-60) or
NA (default).
- tag
a tag for the presentation; character string or NA
(default).
- tz
timezone. Default is "UTC". See DateTimeClasses for
details.