R Shiny: Creating unique datatables for different datasets
问题 UPDATED: An example of the problem is shown below the code for the app I'm building an dynamic ML app where the user can upload a dataset to get a prediction of the first column in the dataset (the response variable should be located in column 1 of the uploaded dataset). The user can select a value for the variables in the uploaded dataset and get a prediction of the response variable. I'm currently trying to create a datatable that stores all the selected values, timestamp and the prediction