Skip to content

Fix ARWU 2019 scraping

Stewart Craig requested to merge fix-arwu-2019 into master

Fixes #11 (closed). Errors were occuring when scraping overall ARWU 2019 data. This was due to ARWU website using 'null' instead of blanks for N&S scores causing columns to be read in as characters. Updated to replace 'null' with NA and reparse columns.

Merge request reports