Skip to content

Commit

Permalink
removed the warning in public.fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerpadhye committed Sep 24, 2024
1 parent 3be8057 commit bb6584b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/external.bold.public.search.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ bold.public.search <- function(taxonomy = NULL,
geography = geography,
bins = bins)

if (length(args)>1)

{
warning("The combination of any of the taxonomy, geography, bins, ids and datasets inputs should be logical otherwise output obtained might either be empty or not correct")
}

# Filter out NULL values and get their values

# Null arguments
Expand Down

0 comments on commit bb6584b

Please sign in to comment.