Description Usage Arguments Value Examples
This function restructures an equations-table from allodb with columns as
in allodb_cols()
(e.g. allodb::master_tidy()
). It transforms its
input into a default-equations table. Now this function is very strict and
intrusive:
It drops problematic equations that can't be evaluated.
It adds and remove columns.
It renames columns.
It transforms text-values to lowercase to simplify matching.
It re-formats the text-representation of equations.
It drops missing values.
It replaces spaces (" ") with underscore ("_") in values of allometry_specificity for easier manipulation.
1 |
data |
|
A dataframe.
1 | default_eqn(allodb::master_tidy())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.