TidyBlocks
TidyBlocks copied to clipboard
creating a block based coding program for R's Tidyverse
Add the ability for blocks to autocomplete - import JQuery to do this?
The current import CSV format needs to reformat the headers to not include spaces or "/" for block compatibility
On hover, create tooltip for line equation and R^2
Explore the actual group_by output to generate a df rather than an error. Maybe just generate the prior blocks output and color the rows that belong to each group in...
Currently the input of SUMMARIZE is the column name from group_by. This code should be generalized to an if else where if there is no group by then the whole...
If the input is a string dynamically change the OP values to only accept != or ==
Why does the tooltip render a blank box within the div but not in visual.html???
Based on the columns selected dynamically choose type (ordinal or quantitative)
Rather than text wrapping, make columns each a static size that the user can then expand, add search and reordering, and add an index column in the place of row...
put the json2table function within it's own .js rather than directly in html