Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan authored Sep 19, 2024
1 parent 15c081c commit 3a4ac77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ remotes::install_github("Public-Health-Scotland/phsopendata",

### Downloading a data table with `get_resource()`

To extract a specific resource, you will need it's unique identifier - resource id. This can be found in the dataset metadata, the URL of a resource's page on https://www.opendata.nhs.scot/, or extracted using `list_resources()`.
To extract a specific resource, you will need its unique identifier - resource id. This can be found in the dataset metadata, the URL of a resource's page on https://www.opendata.nhs.scot/, or extracted using `list_resources()`.

```{r example resource, eval = FALSE}
library(phsopendata)
Expand Down

0 comments on commit 3a4ac77

Please sign in to comment.