run: Render RMarkdown Document

View source: R/invoke.R

runR Documentation

Render RMarkdown Document

Description

Render RMarkdown Document

Usage

run(
  qbit_id,
  code,
  async = FALSE,
  convertTablesJSON = TRUE,
  verbose = getOption("verbose"),
  ...
)

Arguments

qbit_id

character; Workspace Id to be used for code execution.

code

character; Code to be executed.

async

logical; Execute code async.

convertTablesJSON

logical; Specify if objects inherited from data.frame shall be converted to JSON tables.

verbose

logical; Show intermediary console outputs.

...

Additional parameters passed to invoke

Value

list including response object


quantargo/qbit documentation built on March 20, 2022, 10:35 a.m.