BristolMyersSquibb / blockr

Composable, extensible no-code UI
https://bristolmyerssquibb.github.io/blockr/
GNU General Public License v3.0
32 stars 3 forks source link

Download data #349

Open JohnCoene opened 5 months ago

JohnCoene commented 5 months ago

We have a request to be able to download blocks' output data/object.

JohnCoene commented 4 months ago

I've merged the branch to add this download button because it's rather urgently needed.

However, having thought about it some more, perhaps the methods should not be on the blocks but the output of blocks, so having methods not on transform_block for instance and rather on data.frame, etc.