Posts by Suzy • 1 point
2 posts
- 
		0 votes1 answer38 viewsA: How to enter the suffix of the name of an output in the input function$.... _rows_selected?I found a simple solution for this function. I just added the full input as a function argument and it worked! library("dplyr") library("Shiny") library("DT") f.drilldata <-… 
- 
		0 votes1 answer38 viewsQ: How to enter the suffix of the name of an output in the input function$.... _rows_selected?I am building a function in R Shiny and in this function I want to take the suffix of the name of a output$sufixo and incorporate it into a function of the DT input$sufix_rows_selected. Does anyone…