So I have a Shiny app that has a selectInput with the options of "RB", "WR", and "TE". As part of the server, I then use the fct_reorder() function from the forcats package. For this, I need to turn an input into the form of rb_percent (or wr_percent or te_percent). Is there a simple way to do this? Thanks for the help!