I am trying to load an excel file to edit it using DataEditR. I see dataInputServerhas read_fun parameter that can be used for reading csv.
How do I use it to read excel or does DataEditR support reading Excel files in some other way?
e.g. Something like this read_fun = 'readxl::read_excel'
I am trying to load an excel file to edit it using DataEditR. I see
dataInputServer
hasread_fun
parameter that can be used for reading csv.How do I use it to read excel or does DataEditR support reading Excel files in some other way? e.g. Something like this read_fun = 'readxl::read_excel'