Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flaneuse committed Jun 24, 2022
1 parent c386958 commit a53f2ef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _pkgdown.yml
Expand Up @@ -8,7 +8,7 @@ reference:
Functions to track SARS-CoV-2 variant prevalence worldwide, by country,
by state/province, or by U.S. county. All sequence data is provided by
[GISAID](https://www.gisaid.org/). Note that these functions require free
**[registration with GISAID](https://www.gisaid.org/registration/register/)**, and
**[registration with GISAID](https://www.gisaid.org/registration/register/)**, and
you'll need to call `authenticateUser()` at the start of each session.
- contents:
- genomicsDataDictionary
Expand All @@ -17,7 +17,7 @@ reference:
- getCollectionDateByLocation
- getGenomicData
- getGlobalPrevalence
- getLocationID_genomic
- getLocationIdGenomic
- getLag
- starts_with("getMutation")
- getPrevalence
Expand All @@ -33,7 +33,7 @@ reference:
- plotPrevalenceOverTime
- title: "Research Library"
desc: >
Functions to track metadata of COVID-19 publications, clinical trials, datasets, protocols, and more.
Functions to track metadata of COVID-19 publications, clinical trials, datasets, protocols, and more.
Note that unlike the variant prevalence functions, these functions **do not require a GISAID account**
or a call to `authenticateUser()`to use them.
- contents:
Expand All @@ -58,4 +58,3 @@ reference:
- getMetroByCountry
- plotEpiData
- searchLocations

0 comments on commit a53f2ef

Please sign in to comment.