You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: R/CARD_process.R
+20-1
Original file line number
Diff line number
Diff line change
@@ -400,7 +400,26 @@ CARD_extraction = function (data,
400
400
}
401
401
402
402
403
-
403
+
#' @title sourceProcess
404
+
#' @description Allows read CARD with is formatism and convert it to a `Process` variable that explain all the step necessary for the extraction of [process_extraction()].
405
+
#'
406
+
#' @param path A [character][base::character] string as a path to the CARD file.
407
+
#' @param default The default process loaded by `Process_default = sourceProcess(file.path(CARD_path, "__default__.R"))` to load the default parameters of every extraction process. Default `NULL`.
408
+
#' @return A `Process` variable which is a list of general parameters, and sub list for each extraction process parameters.
409
+
#' @seealso
410
+
#' - [process_extraction()] for extracting variables.
411
+
#' - [process_trend()] for performing trend analysis on extracted variables.
412
+
#' - [CARD_management()] for managing CARD parameterization files.
413
+
#' - [CARD_extraction()] for extracting variables using CARD parameterization files.
0 commit comments