View source: R/configuration.R
create_marker_dfr | R Documentation |
The YAML configuration enables specify an absolute date as place for a marker as well as using a relative date/location, for instance, referring to the n'th week in the increment. This function takes care of the processing.
create_marker_dfr(ev, ev_name, ...)
ev |
One event from a list of events |
ev_name |
Name of |
... |
Further parameters to use in creating tibble. |
A one-row tibble with either a dstamp column for an absolute
date or, for instance, an increment_wk
column for a relative
date.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.