Description Usage Arguments Value See Also Examples
Creating a new column in a data set with a specified date or time rounding/conversion
1 |
dataset |
The dataset for which to convert timezone data (column: "datetime") |
unit |
The unit(s) for which to apply to the dataset. Options: "date", "date_hour", "hour", "hour_minute", "time" |
Dataset with column(s) of newly specified time unit by row:
Column of the time stamp's date; class 'Date'.
Column of the time stamp's date and time, rounded down by hour; class 'POSIXct','POSIXt'.
Column of the time stamp's time, rounded down by hour; class 'hms', 'difftime'.
Column of the time stamp's time, rounded by minute; class 'hms', 'difftime'.
Column of the time stamp's time; class 'hms', 'difftime'.
Other miscellaneous functions:
adjust_timezone()
,
ambient_temperature()
,
apply_date_tags()
,
apply_hour_tags()
,
filter_df()
,
group_stad()
,
organize_stad()
,
rounding_w_zeroes()
,
unit_convert()
,
wrangle_meta()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.