From f32d46e1feb0dbbf0c522420e95c85e3de864be3 Mon Sep 17 00:00:00 2001 From: Malte Londschien Date: Mon, 4 Mar 2024 12:35:06 +0100 Subject: [PATCH] Docstring. --- R/utils-file.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/utils-file.R b/R/utils-file.R index 5c62c28e..b6ef4eed 100644 --- a/R/utils-file.R +++ b/R/utils-file.R @@ -252,6 +252,7 @@ user_config_path <- function() { config_paths <- function() c(user_config_path(), default_config_path()) #' @param name File name of the configuration file (`.json` will be appended) +#' or name of a folder containing multiple configuration files. #' @param cfg_dirs Character vector of directories searched for config files #' @param combine_fun If multiple files are found, a function for combining #' returned lists