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 upAdd function for tabular output of `taxonomy` and `taxmap` #58
Comments
stops now when variables are of unequal length
…/gitignore scott notes md file, bump dev ver
|
Partly implemented. Works in Fix this in next cran push |
|
I think that is fine. It works if you pick vars from the same table:
|
|
At least that works |
|
Thinking about this more, I am not sure it makes sense to try to make tabular output for |
This would try to pack all the information in
taxmaportaxonomyinto a table, repeating values when necessary.This could be done using the output of
get_data().colswould be any set of values inall_names(). I hesitate to havecolsoutput everything by default, because there is a lot inall_names()that most people would not want exported (e.g.is_stem). I also don't want to choose for the user a default set of columns because, in the case oftaxmap, most of the interesting stuff will be user-defined. So I am thinking have not default and make the user decide what to export.