parse_arguments function

Parse Command Line Arguments

Parse Command Line Arguments

Parse command line arguments of the form --key=value and --key value. The values are assumed to be valid yaml and will be converted using yaml.load().

parse_arguments(arguments = NULL)

Arguments

  • arguments: A vector of command line arguments. When NULL (the default), the command line arguments received by the current process are used.
  • Maintainer: Tomasz Kalinowski
  • License: Apache License 2.0
  • Last published: 2024-04-15