Skip to content
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

`parse_tax_data` should be able to generate default column names #131

Closed
zachary-foster opened this issue Feb 6, 2018 · 0 comments
Closed

`parse_tax_data` should be able to generate default column names #131

zachary-foster opened this issue Feb 6, 2018 · 0 comments
Labels
bug
Milestone

Comments

@zachary-foster
Copy link
Collaborator

@zachary-foster zachary-foster commented Feb 6, 2018

If the input to class_key is unnamed, I see:

> obj <- parse_tax_data(my_data,
+                       class_cols = "org_class", 
+                       class_sep = ";",
+                       class_regex = "(.+)__(.+)",
+                       class_key = c("taxon_name", "info"))
 Show Traceback
 
 Rerun with Debug
 Error: Column 3 must be named
@zachary-foster zachary-foster added the bug label Feb 6, 2018
@zachary-foster zachary-foster mentioned this issue Apr 5, 2018
3 of 3 tasks complete
@zachary-foster zachary-foster added this to the v0.2.1 milestone Apr 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.