From cfca6ff881af279e698f75beffc45ecf0d8b63e0 Mon Sep 17 00:00:00 2001 From: Thomas Rushby <t.w.rushby@soton.ac.uk> Date: Mon, 21 Sep 2020 14:34:52 +0100 Subject: [PATCH] Add data provider note. --- howTo/apiOpenWeather.R | 1 + 1 file changed, 1 insertion(+) diff --git a/howTo/apiOpenWeather.R b/howTo/apiOpenWeather.R index a4801f8..200ea67 100644 --- a/howTo/apiOpenWeather.R +++ b/howTo/apiOpenWeather.R @@ -1,4 +1,5 @@ # Open Weather API +# https://openweathermap.org/api library(woRkflow) # load workflow package woRkflow::setup() # load env.R set up the default paths etc -- GitLab