kurtawirth / botscan

R tool for scanning Twitter for bot activity on a conversation level.
GNU General Public License v3.0
10 stars 6 forks source link

Skip Broken Loops #17

Closed kurtawirth closed 5 years ago

kurtawirth commented 5 years ago

Write code that skips a loop run if it encounters an error.

kurtawirth commented 5 years ago

Possible solutions:

https://stackoverflow.com/questions/14748557/skipping-error-in-for-loop https://jonlefcheck.net/2013/05/20/continuing-a-for-loop-in-r-after-an-error/ & https://campus.datacamp.com/courses/intermediate-r-for-finance/loops-3?ex=12#skiponboarding

ryantmoore commented 5 years ago

Initial solution completed in commit 7047e72.

kurtawirth commented 5 years ago

This is working as expected; issue is now closed.