dynamically add rows to rhandsontable in shiny and R
问题 I'm trying to create an app which ultimately needs the mean and sd of a protein's concentration on the log scale . Since the log-scale values are almost never reported, I've found references which allow me to approximate log-scale using commonly available data (the mean + sd, median + range, median + IQR, 5 point summary, etc.). Users will enter the data using a table currently implemented using rhandsontable until I've added enough error handling to accommodate CSV files, and I want to limit