# NOT RUN {
vm <- gce_vm("r-base", name = "future", predefined_type = "f1-micro")
plan(cluster, workers = vm) ## equivalent to workers = as.cluster(vm)
x %<-% { Sys.getinfo() }
print(x)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab