Merge NOAA carbon and NASA temperature datasets on common dates.
Usage
merge_carbontemp(carbon = get_carbon(), temp = get_temp())
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.
Author
Hernando Cortina, hch@alum.mit.edu