-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add taxon ids for names to table column output in get_data
#48
Milestone
Comments
I thin I have it working:
|
zachary-foster
added a commit
that referenced
this issue
May 31, 2017
* resolves issue #48 * replaces functions extract_taxon_ids and get_data_taxon_ids with new version of get_data_taxon_ids * updated ex_taxmap object
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
get_data
returns this:Note how entries like "dangerous" that came from tables in
ex_taxmap$data
are not named by taxon id.Not all tables have a "taxon_id" column, but if it is there, then they should be named.
ex_taxmap$data
by nameThe text was updated successfully, but these errors were encountered: