Description Usage Arguments Value See Also Examples
View source: R/ambient_temperature.R
PurpleAir monitor reports include internal temperature, which is on average slightly higher than ambient temperature. More information can be found on their FAQ.
1 | ambient_temperature(dataset, variable = temperature, change = 8)
|
dataset |
The dataset containing temperature values to adjust |
variable |
The column name of temperature data (in ºF) which to apply the change |
change |
Numeric: The value which to subtract from the original temperature value |
Dataset with two new columns for ambient temperature, and temperature in ºC:
Ambient temperature in ºF
Ambient temperature in ºC
Internal temperature in ºF
Internal temperature in ºC
Other miscellaneous functions:
adjust_timezone()
,
apply_date_tags()
,
apply_hour_tags()
,
column_dt()
,
filter_df()
,
group_stad()
,
organize_stad()
,
rounding_w_zeroes()
,
unit_convert()
,
wrangle_meta()
1 | ambient_temperature(head(july_api_raw[1:3]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.