as_fahrenheit: Convert to Fahrenheit from Celsius

View source: R/general_helpers.R

as_fahrenheitR Documentation

Convert to Fahrenheit from Celsius

Description

Convert temperature in Celsius to Fahrenheit. Toggle for anomaly data (does not add 32).

Usage

as_fahrenheit(temp_c, data_type = "temperature")

Arguments

temp_c

Values of temperature or anomalies in Deg C

data_type

T/F Toggle to convert temperatures or anomalies

Value

temperature in fahrenheit

Examples

as_fahrenheit(c(15,20), data_type = "temperature")

gulfofmaine/gmRi documentation built on Jan. 26, 2025, 5:12 a.m.