Description Usage Arguments Details
Creates new columns for time to a data.frame.
| 1 2 3 | add_yyyymmdd_cols(data, yyyy, mm, dd)
add_yyyymm_cols(data, yyyy, mm)
 | 
| data | data.frame | 
| yyyy | numeric. Year. | 
| mm | numeric. Month. | 
| dd | numeric. Day. | 
Useful for iterating over temporal data stored in separate files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.