rco
rco copied to clipboard
Added the column extractR with corrections
In response to the review of my PR here, I have opened this PR from an alternative branch of my forked repository(not the master).
- All the mentioned failed test cases are now passing and thus have been added to the tests file.
- Code Styling has been paid special attention to.
- Mentioned changes were made to the vignette.
- Iterators were not initialized.
- Functions were made efficient and all
return
statements were removed.
Thanks!