Like the Python code environments can have dockerfiles defined to be applied when building code env we need the same for R. We find our self modifying the base DSS image to accommodate some features n…
I checked the R functions here : https://doc.dataiku.com/dss/api/11/R/dataiku/reference/ and it has only dkuFlowVariable where we need to specify the name of the variable. I was wondering if we could …
I have an Excel file in a managed folder, I can't read my file using : data <- dkuManagedFolderDownloadPath("dsdsJk", "file") Even using the different options of as = : "raw", "text", "parsed" I get n…
Is it possible to develop models in R using Dataiku native tools, such as the lab? Currently, we are developing models in R, and our downstream process is heavily dependent on R. We are planning to mo…
Hello, I am currently trying to use the code from R to putit in DataIku, but its not working as in my code I am using specifick package :qdap As the code i put: install.packages("qdap",repos = "http:/…
Hi, I'm facing the above mentioned error when I'm trying to access a dataiku managed folder of this project which is connected to a sharepoint location. The line of code used to access the folder is a…
Hello, In my dataiku 10.0.2, i have installed kernel R in version 3.6 (default). I want to know if it's possible to upgrading the kernel R in version 4. Maybe it's the version max for dataiku 10.0.2 a…
Is it possible to access to Linux Machine if Dataiku was installed through Fleet Manager? I want to solve I problem that I had installing an R package (RODBC). Error: configure: error: "ODBC headers s…
I was wondering if Dataiku or organizations utilizing Dataiku have any best practice recommendations regarding code environment management. In our organization, every user has the ability to create co…
For my current situation I am looking to set up hierarchical models to describe the data I have where it is a standard situation of having multiple observations per customer across multiple days where…