From dcbd2bb1fbeb91ff22a06e5113f700d39ac586ae Mon Sep 17 00:00:00 2001 From: csillasch <59616009+csillasch@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:49:59 +0100 Subject: [PATCH] Update README.Rmd Co-authored-by: James McMahon --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 711d01e..035e34c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,7 @@ knitr::opts_chunk$set( `phsopendata` contains functions to interact with open data from the [Scottish Health and Social Care Open Data platform](https://www.opendata.nhs.scot/) via the CKAN API. - `get_resource()` extracts a single resource from an open dataset by resource id -- `get_latest_resource()` extracts the most recent resource from an open dataset by dataset name +- `get_latest_resource()` extracts the most recent resource from applicable datasets, by dataset name - `get_dataset()` extracts multiple resources from an open dataset by dataset name - `list_datasets()` returns the names of all available datasets - `list_resources()` returns information on all resources within an open dataset by dataset name