From d395323bcfc044ec5402390cc2f679766e3516ca Mon Sep 17 00:00:00 2001 From: Thomas Rushby <t.w.rushby@soton.ac.uk> Date: Mon, 14 Sep 2020 14:50:39 +0100 Subject: [PATCH] Add resource --- howTo/apiTutorial.Rmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/howTo/apiTutorial.Rmd b/howTo/apiTutorial.Rmd index 19d4421..64d07c8 100644 --- a/howTo/apiTutorial.Rmd +++ b/howTo/apiTutorial.Rmd @@ -220,3 +220,6 @@ ggplot(intensity48h, aes(periodEnd)) + theme(legend.position = "bottom") ``` +## Resources + +* [Getting started with httr](https://cran.r-project.org/web/packages/httr/vignettes/quickstart.html) \ No newline at end of file -- GitLab