Code
dt_level(c("D", "M", "Y"))
Condition
Error in `dt_level()`:
! Argument `level` must be a scalar of class <character>, but is length 3
Code
dt_level("d")
Condition
Error in `dt_level()`:
! Argument `level` must be equal to one of "n", "D", "M", or "Y".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.