| parse_value | R Documentation |
This function uses the metadata annotations to determine how to parse the incoming data. The data annotation refers to the received API type, rather than the target R type.
parse_value(info, value, disable_date_parsing = FALSE, reference_week_day = 1)
info |
The |
value |
The value to parse. |
disable_date_parsing |
If TRUE, disable automatic date parsing. |
reference_week_day |
The reference day for epiweek conversion (default 1). |
The parsed value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.