From 9a9af3b41a108245f381aa00456ba946e1063cfd Mon Sep 17 00:00:00 2001 From: Sameer Padhye Date: Wed, 13 Nov 2024 14:46:17 -0500 Subject: [PATCH] error message update bold.public.search Error message was edited and updated for bold.search.public() --- R/helper.public.search.public_data.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/helper.public.search.public_data.R b/R/helper.public.search.public_data.R index 943ea7b..47c39af 100644 --- a/R/helper.public.search.public_data.R +++ b/R/helper.public.search.public_data.R @@ -186,7 +186,7 @@ fetch.public.data<-function (query) # Check to see if there is data downloaded - if(file.size(temp_file)==0)stop("Data could not be downloaded properly. Please re-check the search terms.") + if(file.size(temp_file)==0)stop("Please re-check the search terms and their combinations if/any. Data could be retrieved based on the query terms.") final_data<-read.delim(temp_file, sep='\t')