Thank you for checking out this post on biostars. I'd think that user queries are better off in forums than on GitHub as issues, no? After all, seldom are user queries directly related to genuine software bugs/feature requests. If people could open a question on a scientific forum such as biostars or seqanswers or bioinformatics SE, they can be directed to add a tag, say. taxonomizr, and you can find these tagged posts (or subscribe to a feed that automatically emails you new posts with the tag), and you can access these posts easily using https://biostars.org/t/taxonomizr/. I edited this post and added the tag so it should show up in the search.
What do you think?
Please use the formatting bar (especially the
codeoption) to present your post better. I've done it for you this time.This looks like a problem with how you read the file. Tweak the parser parameters passed to
read.csvand ensure the data that was read looks as it should - often times, you will need options such asstringsAsFactors=FALSE,quote=FALSE,comment.char="", etc.