View source: R/ref_presentation.R
ref_presentation | R Documentation |
Used to generate a text version of the difference between 2 dates.
ref_presentation(
df,
type = "type",
level = "level",
title = "title",
con_org = "con_org",
con_name = "con_name",
con_date_start = "con_date_start",
con_date_end = "con_date_end",
con_city = "con_city",
con_country = "con_country",
author = "author",
ref_format = "author. title. con_org con_name, con_date_range, con_city (con_country)."
)
df |
Dataframe with publications listed rowwise |
type |
String of column name with presentation type (e.g. poster, oral, etc) listed (optional). |
level |
String of column name with presentation level (e.g. national, international, etc) listed (optional). |
title |
String of column name with presentation title listed (mandatory). |
con_org |
String of column name with the name of the organisation where the work was presented (mandatory) |
con_name |
String of column name with the name of the meeting/conference where the work was presented (mandatory) |
con_date_start |
String of column name which represents the start date (optional). |
con_date_end |
String of column name which represents the end date (optional). |
con_city |
String of column name with the city of the meeting/conference where the work was presented (mandatory) |
con_country |
String of column name with the country of the meeting/conference where the work was presented (mandatory) |
author |
String of column name with the authors of the work presented (mandatory). |
ref_format |
Customisable string specifying the exact format for the preferred referencing style. Note exact parameter names are required and are limited to those specified. |
Dataframe with addition of citation variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.