R-outbreak-info icon indicating copy to clipboard operation
R-outbreak-info copied to clipboard

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

Open flaneuse opened this issue 3 years ago • 0 comments

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.

flaneuse avatar Oct 29 '21 01:10 flaneuse