View source: R/types.castYearmonth.R
types.castYearmonth | R Documentation |
Cast a specific month in a specific year as per XMLSchema gYearMonth. Usual lexical representation is: YYYY-MM.
types.castYearmonth(format, value)
format |
no options (other than the default) |
value |
list or string with yearmonth to cast |
Types and formats specifications
types.castYearmonth(format = "default", value = list(2000, 10)) types.castYearmonth(format = "default", value = "2018-11")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.