Make string with command line call from its individual components
make.command.line.call(main.command, options = NULL, flags = NULL,
option.prefix = "--", option.separator = " ", flag.prefix = "--")String or vector of strings giving main part of command (e.g. "python test.py" or c("python", "test.py"))
Named vector or list giving options
Vector giving flags to include.
String to preface all options. Defaults to "--"
String to separate options form their values. Defaults to a single space.
String to preface all flags. Defaults to "--"
command string giving command line call