<div dir="ltr"><div>Hi, here are some plug-ins I think could be useful:</div><div><br></div><div>A simple RKWard plugin to transpose a data frame, converting rows to columns and columns to rows.</div><div><a href="https://github.com/AlfCano/rk.transpose.df">https://github.com/AlfCano/rk.transpose.df</a></div><div><br></div><div>An RKWard plugin to split concatenated columns into a long or wide format using the cSplit() function from the splitstackshape package.</div><div><a href="https://github.com/AlfCano/rk.cSplit">https://github.com/AlfCano/rk.cSplit</a></div><div><br></div><div>An RKWard plugin package to easily reshape data frames by pivoting them from wide to long (pivot_longer) or long to wide (pivot_wider), powered by the tidyr package.</div><div><a href="https://github.com/AlfCano/rk.pivot.reshape">https://github.com/AlfCano/rk.pivot.reshape</a></div><div><br></div><div>rk.shiny.plugins</div><div>1. rpivotTable<br>Description: Creates a powerful and interactive drag-and-drop pivot table, similar to those found in spreadsheet software. Ideal for quick data exploration and summarization.<br>Depends on: rpivotTable R package.<br>Features: Includes an option to save the generated pivot table widget to an object in the R environment.<br>2. ggplot GUI<br>Description: Launches the ggplot_shiny() interactive interface from the ggplotgui package. This provides a "point-and-click" graphical user interface for building complex ggplot2 graphics.<br>Depends on: ggplotgui R package.<br>3. ggquickeda<br>Description: Launches the run_ggquickeda() interactive interface from the ggquickeda package. This provides a comprehensive Shiny gadget for exploratory data analysis.<br>Depends on: ggquickeda R package.</div><div><a href="https://github.com/AlfCano/rk.shiny.plugins">https://github.com/AlfCano/rk.shiny.plugins</a></div><div><br></div><div>An RKWard plugin to calculate Aiken's V coefficient and its score confidence intervals for assessing content validity. Features detailed tabular output and a ggplot2 bar chart with error bars and a live preview.</div><div><a href="https://github.com/AlfCano/rk.aiken_v">https://github.com/AlfCano/rk.aiken_v</a></div><div><br></div><div>For the last one... rk.survey.design</div><div>This plugin will generate and execute the R code needed to create a survey.design object based on your selections, and display a summary of the design object in the RKWard results window.</div><div><a href="https://github.com/AlfCano/rk.survey.design">https://github.com/AlfCano/rk.survey.design</a></div><div><br></div><div>This one is a bit problematic... still haven't found a way </div><div>to correctly clean the variables names contained inside the variables data.frame of the survey object svydesign. I hope to complement with a couple of plugins to svymean, svytotal and svyby at least.</div><div><br></div><div>Regards</div><div>Alfonso</div></div>