Learn R Programming

Capsule (version 0.2.0)

export_for_wdl: Create WDL (Workflow Description Language) Config

Description

Export Capsule data in JSON format suitable for WDL workflows

Usage

export_for_wdl(output_file)

Value

List containing config data

Arguments

output_file

Character. Path to save config (required).

Examples

Run this code
if (FALSE) {
export_for_wdl(tempfile(fileext = ".json"))
}

Run the code above in your browser using DataLab