Skip to content
Snippets Groups Projects
Commit 035b3889 authored by Sébastien Galais's avatar Sébastien Galais
Browse files

Correct typos in vignette.

parent 23f467af
No related branches found
No related tags found
No related merge requests found
Pipeline #138638 passed with stage
in 12 minutes and 20 seconds
......@@ -688,7 +688,7 @@ You can measure the vast extent of datasets gathered by
[DBnomics](https://db.nomics.world) by downloading all the possible
dimensions. To do this, you have to set the arguments
`provider_code` and `dataset_code` to `NULL`.
<b><font color='red'>&#9888;</font></b> it's relatively long to run and heavy to show so we display
<b><font color='red'>&#9888;</font></b> It's relatively long to run and heavy to show so we display
the first 100.
```{r, eval = FALSE}
options(rdbnomics.progress_bar_datasets = TRUE)
......@@ -726,7 +726,7 @@ rdbnomics:::rdbnomics_df022 %>%
# rbindlist(idcol = "Provider")
```
# Fetch the number of series of available datasets of a provider
# Fetch the series codes and names of available datasets of a provider
You can download the list of series, and especially their codes, of a dataset's
provider by using the function `rdb_series`. The result is a nested named list
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment