Convert a temperature from Celsius to Fahrenheit

celsius_to_fahr(temp)

Arguments

temp

numeric

Value

numeric

Examples

celsius_to_fahr(0)
#> [1] 32