resolve_resolution | R Documentation |
This helper function uses argument matching to resolve the resolution from input. The function also handles casing. This will allow, for example, an input resolution of "daily" or "day" to be resolved to "days".
resolve_resolution(resolution)
resolution |
Character vector specifying the temporal resolution (e.g., "days", "weeks", "months") |
If the resolution matches to "days", "weeks", or "months" then the match will be returned. If not, the function will throw an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.