ramiromagno / gwasrapidd

gwasrapidd: an R package to query, download and wrangle GWAS Catalog data
https://rmagno.eu/gwasrapidd/
Other
89 stars 15 forks source link

Update documentation of `exists_variant()` #14

Closed ramiromagno closed 3 years ago

ramiromagno commented 3 years ago

Documentation of exists_variant is not up to date: https://rmagno.eu/gwasrapidd/reference/exists_variant.html. The second example in section Examples is no longer correct:

exists_variant('rs123456') # FALSE
#> rs123456 
#>     TRUE 

It returns TRUE now. Just need to pick another made-up rsId to have an example that returns FALSE.