yhat.config <- c(
username = "your username",
apikey = "your apikey",
env = "http://sandbox.yhathq.com/"
)
yhat.batch <- function() {
name <- "ross"
greeting <- paste("Hello", name)
print(greeting)
}
## Not run: ------------------------------------
# yhat.batchDeploy("helloworld")
## ---------------------------------------------
Run the code above in your browser using DataLab