Learn R Programming

civis (version 1.1.0)

civis_platform: Evaluate an expression in Civis Platform

Description

This is used as with the future API as an argument to plan.

Usage

civis_platform(...)

Arguments

...

Arguments to CivisFuture and then scripts_post_containers

Value

The result of evaluating expr.

Examples

Run this code
# NOT RUN {
 plan(civis_platform)
 fut <- future({2 + 2}, required_resources = list(cpu = 1024, memory = 2048))
 value(fut)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab