🧱 TidyBlock A Visual, Node-Based GUI for dplyr Data Wrangling Build tidyverse pipelines by dragging and clicking — no coding required. 📖 Overview TidyBlock is an R Shiny application that lets you visually construct dplyr data-wrangling pipelines through an intuitive, block-based interface. Instead of writing R code manually, you add pipeline modules (Filter, Select, Mutate, etc.) as visual cards and configure them through dropdowns and inputs. TidyBlock generates the equivalent R code in real time. ✨ Key Features FeatureDescription🔍 Advanced Filter Build complex filter conditions with AND/OR groups and nested logic 📋 Select Choose which columns to keep ➕ Mutate Create new columns with custom R expressions 📊 Group By Group data by one or more variables 📈 Summarize Aggregate data with mean, sum, median, sd, min, max, n, n_distinct ↕️ Arrange Sort data ascending or descending 🔗 Join Left/Inner/Right/Full join with auto-detected keys 📉 Plot Create ggplot2 visualizations (Point, ...