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

add functionality to update user provided unit #3

Closed
fdschneider opened this issue Jul 10, 2017 · 2 comments
Closed

add functionality to update user provided unit #3

fdschneider opened this issue Jul 10, 2017 · 2 comments

Comments

@fdschneider
Copy link
Member

fdschneider commented Jul 10, 2017

After running the standardize.taxonomy function, the user provided unit might need to be changed. a re-running of as.traitdata is invalid. Also the mapping function does not provide this. It might not be necessary to write an own function, but providing a one-liner that maps units according to column "traitName".

@fdschneider
Copy link
Member Author

dataset1std$traitUnit <- c("mm", "unitless", rep("", 7))[as.integer(dataset1std$traitName)]

@fdschneider
Copy link
Member Author

would be solved by merge() method, see #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant