.r_frequency | R Documentation |
Convert period or offset aliases to a character string recognized by R. This is a private function of 'nixtlar'
.r_frequency(freq)
freq |
The period or offset alias used by 'TimeGPT'. |
A character string recognized by R for generating a regular sequence of times.
.r_frequency("MS") # Returns "month"
.r_frequency("10h") # Returns "10 h"
.r_frequency("h") # Returns "h" (unchanged)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.