The base R solution to updating the rows in the verified df was not working as intended. The correct row would be replaced, but the information that would be updated in the row was incorrect. Transitioned to a less sleek dplyr method, but it actually works.
The base R solution to updating the rows in the verified df was not working as intended. The correct row would be replaced, but the information that would be updated in the row was incorrect. Transitioned to a less sleek dplyr method, but it actually works.