Skip to content

Commit bbfc460

Browse files
committed
modify README
1 parent 59e378b commit bbfc460

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ $dataEX$QA
191191

192192
So the result is a list of the metadata of the extraction in the `metaEX` tibble and the result of the extraction in the `dataEX` tibble.
193193

194-
Many CARDs are available. If you want to have a look of every current possibility, use the `CARD_list_all()` function
194+
Many CARDs are available. If you want to have a look of every current possibilities, use the `CARD_list_all()` function
195195
``` R
196196
metaEX_all = CARD_list_all()
197197
```
@@ -220,11 +220,11 @@ which gives
220220
# ℹ Use `print(n = ...)` to see more rows
221221
```
222222

223-
Based on that, you can for example filter variable by their topic with
223+
Based on that, you can for example filter variables by their topic with
224224
``` R
225225
metaEX_low_flow = dplyr::filter(metaEX_all, grepl("Low Flow", topic_en))
226226
```
227-
and get the name of all the available CARDs with
227+
and get the name of all those available CARDs with
228228
``` R
229229
metaEX_low_flow$variable_en
230230
```

0 commit comments

Comments
 (0)