ocpu_exec will execute a function/method fn on an OpenCPU server
(specified by argument server), using three dots (...) to pass
arguments. It is the worker of methods defined for remote_corpus,
remote_subcorpus and remote_partition objects.
# NOT RUN {# Get polmineR version installed on remote serverocpu_exec(
fn = "packageVersion",
server = Sys.getenv("OPENCPU_SERVER"),
do.call = TRUE,
pkg = "polmineR")
# }