setting up the connection between R and dataiku
longhowlam
Partner, Registered Posts: 24 Partner
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 dkuSetRemoteDSS function.
Cheers, Longhow
Answers
-
Hi,
Indeed, we forgot to expose it. You can access the function with dataiku:::dkuSetRemoteDSS
Thanks for the notice !