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
Clean up the ndop_download() funciton after #8 and #9, and think of a way to run iterative search_payload, ndop_search and table download (for loop). This will allow more options for #10 and #2.
Test if ndop_search and table download can be iterated separately, with ndop_search returning list of tokens ndtoken. This helps with counting total number of occurrences in iterations.
The text was updated successfully, but these errors were encountered:
Clean up the
ndop_download()
funciton after #8 and #9, and think of a way to run iterative search_payload, ndop_search and table download (for loop). This will allow more options for #10 and #2.Test if
ndop_search
and table download can be iterated separately, withndop_search
returning list of tokensndtoken
. This helps with counting total number of occurrences in iterations.The text was updated successfully, but these errors were encountered: