Skip to content

Commit

Permalink
added a period in a message
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerpadhye committed Oct 8, 2024
1 parent 7e571cc commit 2916d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/external.bold.public.search.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ bold.public.search <- function(taxonomy = NULL,

if(nrow(result)==0) stop("Data could not be retrieved. Please re-check the parameters.")

if(nrow(result)>1000000) warning("Data cap of 1 million records reached. All records might not have been retrieved. Please rephrase the search")
if(nrow(result)>1000000) warning("Data cap of 1 million records reached. All records might not have been retrieved. Please rephrase the search.")

result = result%>%
dplyr::select(processid,
Expand Down

0 comments on commit 2916d1d

Please sign in to comment.