Hi,
I am trying to upload a data frame from R environment to Domo using ds_update. One challenge that I am facing is that somehow DOMO automatically changed one column into Date, from numeric.
Because the value in that column ranged from 0 to around 890 thousand, I guess DOMO thought they were numerical date… (like in Excel).
Now I cannot switch them back to numeric either, DOMO said it does not support such operations.
What can I do to ensure the type of data when I upload from R?
Thank you