My basic aim of the code is to input 4 text files, that should be processed by a C algorithm to return a table output. I am confused as to how to make sure that the files the user inputs will be processed by the algorithm.
Code:
server <- function(input, output) {
output$contents5 <- renderTable({
system(paste("C:\Users\swati\Downloads\codes_RFCM3\MASTERCODE.BIN"))
})}
Could someone please help me with this.