File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ $dataEX$QA
191191
192192So 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
196196metaEX_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
225225metaEX_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
229229metaEX_low_flow $ variable_en
230230`` `
You can’t perform that action at this time.
0 commit comments