fml_example {flowml}R Documentation

fml_example

Description

path to flowml examples data

Usage

fml_example(file = NULL)

Arguments

file

Name of file. If 'NULL', the example files will be listed.

Details

flowml comes bundled with a number of sample files in its 'inst/extdata' directory. This function allows to access them.

Value

The path of to an example file, if file is defined. Else, a list of example files.

Author(s)

Sebastian Malkusch

Examples

## Not run: 
fml_example()
fml_example(file = "reg_config.json")

## End(Not run)


[Package flowml version 0.1.3 Index]