Converts a daily summary 'infos' item to a dataframe
day_summary_info_to_col.Rd
Converts a daily summary 'infos' item to a dataframe
Usage
day_summary_info_to_col(x, date, tz = Sys.timezone())
Arguments
- x
Daily summary
- date
Date to be pre-pended to the time to form a date/time field.
- tz
Timezone for the output time. Note that time returned by the API is in local time (including DST). It's likely that you'll want this set to your local timezone (the default). However, you can specify any timezone as required (use
OlsonNames()
to return all valid timezones for your system).