View source: R/general_helpers.R
as_fahrenheit | R Documentation |
Convert temperature in Celsius to Fahrenheit. Toggle for anomaly data (does not add 32).
as_fahrenheit(temp_c, data_type = "temperature")
temp_c |
Values of temperature or anomalies in Deg C |
data_type |
T/F Toggle to convert temperatures or anomalies |
temperature in fahrenheit
as_fahrenheit(c(15,20), data_type = "temperature")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.