Description Usage Arguments Value
View source: R/mod_change_covnames.R
change_covnames Server Function
1 | mod_change_covnames_server(id, all_variables)
|
id |
Internal parameters for shiny. |
all_variables |
Vector containing variables names, so that new names are in the left column when the left column is scraped. |
This returns three outputs:
ancient - A vector containing all values in textInput
in the column "current names".
new - A vector containing all values in textInput
in the column "new names".
button - The value taken by the button "Apply". This is useful in server
part to save the values stored in "new". Indeed, this is the only way to order the two buttons (the one to launch the modal and the one to apply the changes).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.