diff --git a/book/configuration.md b/book/configuration.md index 6485331..608f639 100644 --- a/book/configuration.md +++ b/book/configuration.md @@ -248,7 +248,7 @@ with open(config_path) as file: ``` ```{code-tab} r R -args <- commandArgs() +args <- commandArgs(trailingOnly = TRUE) if (length(args) < 1) { stop("Configuration file must be passed as an argument.") }