# NOT RUN {
# Get polmineR version installed on remote server
ocpu_exec(
fn = "packageVersion",
server = Sys.getenv("OPENCPU_SERVER"),
do.call = TRUE,
pkg = "polmineR"
)
ocpu_exec(
fn = "subset",
server = Sys.getenv("OPENCPU_SERVER"),
do.call = TRUE,
x = iris,
subset = substitute(Sepal.Width > 4.0)
)
# }
Run the code above in your browser using DataLab