get_inputs_label: Get label for inputs

View source: R/get-param.R

get_inputs_labelR Documentation

Get label for inputs

Description

Get label for inputs

Usage

get_inputs_label(inputs)

Arguments

inputs

Parsed inputs

Value

Vector of input labels

Examples

# inputs represented by a dictionary
system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl") %>%
  read_cwl_json() %>%
  parse_inputs() %>%
  get_inputs_label()

# inputs represented by a list
system.file("cwl/sbg/workflow/rnaseq-salmon.cwl", package = "tidycwl") %>%
  read_cwl_yaml() %>%
  parse_inputs() %>%
  get_inputs_label()

tidycwl documentation built on May 3, 2022, 9:07 a.m.