renanxcortes / springerQuarantineBooksR

Download all books made available by Springer during the COVID-19 quarantine!
131 stars 41 forks source link

add NA check. #51

Closed amanj0214 closed 4 years ago

amanj0214 commented 4 years ago

While downloading all the books, at i = 285, A title is NA, causing the script to exit with error.

renanxcortes commented 4 years ago

Awesome, thanks! However, I think this could be tweaked with a na.omit() in the pipeline after unique() of line 29 of this script. Thus, n will reflect the actual number of books the user will download. Nevertheless, I'll merge this PR, thank you!