Learn R Programming

hockeystick (version 0.8.5)

merge_carbontemp: Download and plot essential climate data

Description

Merge NOAA carbon and NASA temperature datasets on common dates.

Usage

merge_carbontemp(carbon = get_carbon(), temp = get_temp())

Value

Invisibly returns a tibble with merged datasets from get_carbon and get_temp functions.

Arguments

carbon

Name of the tibble generated by get_carbon

temp

Name of the tibble generated by get_temp

Author

Hernando Cortina, hch@alum.mit.edu

Details

merge_carbontemp invisibly returns a tibble with the merged data from from get_carbon and get_temp functions. Tibble only includes data from dates when both datasets are available, essentially from 1960.

Examples

Run this code
# \donttest{
# Create merged tibble

mergedcarbontemp <- merge_carbontemp() # }


Run the code above in your browser using DataLab