outbreak-info / R-outbreak-info

R package to access the genomics and epidemiology data and Research Library metadata compiled and standardized on outbreak.info.
https://outbreak-info.github.io/R-outbreak-info/
MIT License
19 stars 10 forks source link

Need to check resources `fetchAll` for list/string inconsistencies #73

Open flaneuse opened 2 years ago

flaneuse commented 2 years ago

ugh. :(

getResourcesData(query = 'seroprevalence OR "sero-prevalence"', fetchAll = TRUE) -->

 Error: Can't combine `..1$license` <character> and `..2$license` <list>.

license is a list in some cases and string in others, triggering the error that the dataframes between pages can't be combined.