Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWhat to do with cases with no data/results #95
Comments
|
Yea, something to think about. This is related to #90. |
|
thx, yep, def. related |
|
oops, did not mean to close |
done for taxon, taxon_name, taxon_id, taxon_rank, and taxa
e.g., when using taxize, a user will often have some taxa with matches and some with no matches. We then have to turn the results into
taxapkg classes. Right nowtaxaclasses can't do no data unless pass in e.g,. empty string like""-maybe we should explicitly handle this so that "null" classes are supported and are supported when combining classes, etc. (supported could mean for null objects that they are dropped or something, not sure yet)