No idea why but previous query regarding this has been removed?! I have the following python code, to get data from an api endpoint, but i need to create this in R rather than python. Is this possible…
Hi everyone, I have build a data flow in a project and I was wondering how to apply to the resulting dataset an R model. I already know that the way to do it, is to use managed folder of DSS; particul…
I have a need to create an R code environment through the Dataiku Python API. I am running the following code to do so: import dataiku client = dataiku.api_client() params = { "desc": { "usableByAll":…
Hello, Is there a way to read parquet files stored in a managed folder using R? For instance, I know the following works in PySpark, but is there an equivalent in R: df = sqlContext.read.parquet(filep…
Hi, I am trying to install the "quanteda" package in my code environment but getting an error message. The error message is as follows: In addition: Warning messages:1: In install.packages(toInstall, …
Hello Team, I have the following scenario/use case in DSS with R, for which I have some questions (I have an R notebook in which data aggregation and visualization code has already been created): 1. C…
Hi there, I tried to run a scenario in automation node with a new user ID in the scenario setting page. This ID has the permission to access the dataset, the project, etc. But an error shows about rea…
Hi I am trying to setup the connection between dataiku and R with: library(dataiku) dkuSetRemoteDSS("http(s)://DSS_HOST:DSS_PORT/", "Your API Key secret") But the dataiku package does not contain the …