Description Usage Arguments Value See Also Examples
Convert temperature from Fahrenheit to Celsius, or vice versa.
1 | unit_convert(fahrenheit, celsius)
|
fahrenheit |
Numeric: A value of temperature in ºF to be converted to ºC |
celsius |
Numeric: A value of temperature in ºC to be converted to ºF |
Value in the other unit
Other miscellaneous functions:
adjust_timezone()
,
ambient_temperature()
,
apply_date_tags()
,
apply_hour_tags()
,
column_dt()
,
filter_df()
,
group_stad()
,
organize_stad()
,
rounding_w_zeroes()
,
wrangle_meta()
1 2 3 | unit_convert(fahrenheit = 23)
unit_convert(celsius = 23)
dplyr::mutate(head(july_api_raw), temperature_c = unit_convert(fahrenheit = temperature))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.