celsius_to_kelvin: Converts Celsius to Kelvin

View source: R/celsius_to_kelvin.R

celsius_to_kelvinR Documentation

Converts Celsius to Kelvin

Description

This function converts input temperatures in Celsius to Kelvin

Usage

celsius_to_kelvin(temp_C)

Arguments

temp_C

The temperature in Celsius

Value

The temperature in Kelvin

Examples

celsius_to_kelvin(32)

alex-konovalov/tempConverter documentation built on May 26, 2023, 10:25 p.m.