emitanaka / edibble

An R-package that encapsulate elements of experimental design for better planning, management, and workflow
https://edibble.emitanaka.org
Other
215 stars 14 forks source link

edibble for importing existing data #11

Closed emitanaka closed 3 years ago

emitanaka commented 3 years ago

Likewise need a way to go from table -> graph. This should be easier now with the conversion of object to EdibbleDesign and change .active to "table" and use set_units on object.

emitanaka commented 3 years ago

So "reconcilable" can go both ways... at least one variable must be defined as units in table to become a graph. But in this case there needs to be a check in place for serve_table so that it doesn't overwrite existing table. Check can be simple: if there are variables in graph that are not in table (but not vice versa), then replace but if not don't overwrite. It will need to be joined in this case.