RQDA
RQDA copied to clipboard
fix errors when dealing with new files
Not sure if you are looking for contributions, but here is my small attempt at helping:
- Fix case in function name
- Check for character vector of length 0 instead of NA, because the new
ginput()now returnscharacter(0)instead ofNApreviously.