input_example {metabolomicsWorkbenchR}R Documentation

Valid input_value for input_item

Description

Displays a valid input_value for an input_item and returns an example that matches the required input pattern.

Usage

input_example(input_item)

Arguments

input_item

The name of a valid input_item (character)

Value

An example input value matching the pattern required for the chosen input item.

Examples

# example input_value for input item "study_id" 
input_example('study_id')

[Package metabolomicsWorkbenchR version 1.2.0 Index]