View source: R/utils.R View source: R/Flow.R
xml2task | R Documentation |
Takes a path to an xml file of a FH task configuration, module path, and outputs a Task object or writes to a .task fil.e
Takes a path to an xml file of a FH task configuration, module path, and outputs a Task object or writes to a .task file
xml2task(path, module = NULL, out.file = NULL)
xml2task(path, module = NULL, out.file = NULL)
path |
string of pathname to firehose xml task |
module |
string name of Module (default = NULL) |
out.file |
string pathname to *.task file (default = NULL) |
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.