Learn R Programming

flowml (version 0.1.3)

fml_example: fml_example

Description

path to flowml examples data

Usage

fml_example(file = NULL)

Value

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

Arguments

file

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

Author

Sebastian Malkusch

Details

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

Examples

Run this code
if (FALSE) {
fml_example()
fml_example(file = "reg_config.json")
}

Run the code above in your browser using DataLab