I had created an app in Rstudio. It was working fine till last week. This week there's a strange behaviour on "Download" shiny button. Instead of downlading a .csv file with the name I have given, its opening Download.txt that too with error message "Failed with internal server"
yes, when i put wscv in console it did fetch me the desired content. But still on downloading it didn't download .csv file. the message on write.csv remains the same
"Error in write.table(wscv, file, col.names = NA, sep = ",", dec = ".", :
unimplemented type 'list' in 'EncodeElement'"