write_config {FLAMES}R Documentation

Write Configuration Dictionary to File

Description

Write Configuration Dictionary to File

Usage

write_config(config, config_file)

Arguments

config

List; the configuration list to write to file.

config_file

the file to output config to. Should be .json extension

Details

Write the configuration file, represented as a named list used for the Flames pipeline.

Value

returns NULL


[Package FLAMES version 0.99.31 Index]