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

Transformation fxns to standardize data #45

Closed
sckott opened this issue Oct 1, 2015 · 1 comment
Closed

Transformation fxns to standardize data #45

sckott opened this issue Oct 1, 2015 · 1 comment

Comments

@sckott
Copy link
Contributor

sckott commented Oct 1, 2015

Following #38 see if can make one or more functions to standardize column names, and probably data classes, to facilitate combining data

@sckott
Copy link
Contributor Author

sckott commented Oct 13, 2015

e.g,.

Get data

ct <- coral_traits(...)
tb <- traitbank(...)

Standardize and combine

stand(ct, tb)
#> ... data.frame with combined data from all inputs, 
#>     with columns combined that can be, and others 
#>     tacked on the end

@sckott sckott modified the milestone: v0.2 Oct 13, 2015
@sckott sckott modified the milestones: v0.3, v0.2 Jan 27, 2016
@sckott sckott removed this from the v0.4 milestone Dec 12, 2018
@maelle maelle closed this as completed Sep 9, 2022
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

2 participants