Trying to fetch data from within DOMO using R ; getting the following error-Not Acceptable (HTTP406)
Hi, I am trying to use the R Plug In option in DOMO to 'Fetch' a dataset from DOMO, do some manipulation next and then push it back to DOMO thereafter. But I am constantly getting this error : Not Acceptable (HTTP 406) when I use this code : DATA_RMMSB<-DomoR::fetch(my_dataset) my_dataset is a variable where I have stored…