Table of Contents

Function Definition: temp(temp_type = "C")

Parameters

NameTypeDescriptionExpected ValuesDefault Value
temp_typestringThe temperature parameter."C", "F", "minC", "minF", "maxC", or "maxF"""C"

Description

The function returns the temperature of the location. The temperature can be:

  1. Current in Celcius
  2. Max in Celcius: Maximum temperature at the moment. This is the maximal currently observed temperature (within large megalopolises and urban areas).
  3. Min in Celcius: Minimum temperature at the moment. This is the minimal currently observed temperature (within large megalopolises and urban areas).
  4. Current in Fahrenheit
  5. Max in Fahrenheit
  6. Min in Fahrenheit

Example

There are no examples documented for this article.