You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the use-case of downloading many datasets via bacdive_ids is hampered by the fact that some have return Not found. Probably, because BacDive deleted them on their end and/or assigned them a different ID.
"Your search returned no result, sorry. Please make sure that you provided a searchTerm, and specified the correct searchType. Please type '?retrieve_data' and read through the 'searchType' section to learn more."
)
}
could be changed to return a warning, an empty string, NULL, exactly Not found, etc. What would be most useful?
Currently, the use-case of downloading many datasets via
bacdive_id
s is hampered by the fact that some have returnNot found
. Probably, because BacDive deleted them on their end and/or assigned them a different ID.BacDiveR/R/retrieve_data.R
Lines 27 to 32 in 77eba96
could be changed to return a warning, an empty string,
NULL
, exactlyNot found
, etc. What would be most useful?cc @jotech, @cameronmartino @ceb15: If you have an opinion or advice on this, it would be very welcome.
The text was updated successfully, but these errors were encountered: