Hello #shiny users! I have an app I built here that takes a .csv file with two variables (REF and BGM). I've recently received a request from a European user to have the application accept files with European-style decimal units (i.e. instead of 100,100.61 it would be 100.100,61).
I am assuming read.table() will do this, but I am drawing a total blank on how I could get the function to test for the type of .csv file and import the correct version?
Thank you all in advance for your time!