Skip to content

Commit

Permalink
error message update bold.public.search
Browse files Browse the repository at this point in the history
Error message was edited and updated for bold.search.public()
  • Loading branch information
sameerpadhye committed Nov 13, 2024
1 parent d38538f commit 9a9af3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helper.public.search.public_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 9a9af3b

Please sign in to comment.