powered by
path to flowml examples data
fml_example(file = NULL)
The path of to an example file, if file is defined. Else, a list of example files.
Name of file. If `NULL`, the example files will be listed.
Sebastian Malkusch
flowml comes bundled with a number of sample files in its `inst/extdata` directory. This function allows to access them.
if (FALSE) { fml_example() fml_example(file = "reg_config.json") }
Run the code above in your browser using DataLab