callr: Call an R function via JSON

Description Usage Arguments

Description

Call an R function via JSON

Usage

1
2
callr(filename_in, filename_out = NULL, backup = FALSE, prettify = TRUE,
  auto_unbox = TRUE, strict = FALSE)

Arguments

filename_in

Filename for JSON with function to run

filename_out

Filename to write the output to

backup

Backup existing file when

prettify

Produce pretty json output?

auto_unbox

Turn length-1 vectors into scalars in json output?

strict

Warn about additional fields in the json?


traitecoevo/callr documentation built on May 31, 2019, 7:42 p.m.