databricks configure using cmd and R
问题 I am trying to use databricks cli and invoke the databricks configure That's how I do it from cmd somepath>databricks configure --token Databricks Host (should begin with https://): my_https_address Token: my_token I want to invoke the same command using R. So I did: tool.control <- c('databricks configure --token' ,'my_https_address' ,'my_token') shell(tool.control) I get the following error Error in system(command, as.integer(flag), f, stdout, stderr, timeout) : character string expected as