# \donttest{
# Fetch temp anomaly from cache if available:
dailytemps <- get_dailytemp()
#
# Force cache refresh:
dailytemps <- get_dailytemp(use_cache=FALSE)
#
# Review cache contents and last update dates:
hockeystick_cache_details()
#
# Plot output using package's built-in ggplot2 settings
plot_dailytemp(dailytemps)
# Change region to Arctic
arctictemp <- get_dailytemp(region='AR', use_cache=FALSE)# }
Run the code above in your browser using DataLab