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/fn_get.R
+51-33Lines changed: 51 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -24,25 +24,23 @@ get_all_depcys_of_fns <- function (pkg_depcy_ls, fns_chr)
24
24
#' Get argument object type
25
25
#' @description get_arg_obj_type() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get argument object type. Function argument argument_nm_1L_chr specifies the where to look for the required object. The function returns Argument object type (a character vector of length one).
26
26
#' @param argument_nm_1L_chr Argument name (a character vector of length one)
27
-
#' @param dv_ds_nm_1L_chr Dataverse dataset name (a character vector of length one), Default: 'https://doi.org/10.7910/DVN/2Y9VF9'
28
-
#' @param dv_url_pfx_1L_chr Dataverse url prefix (a character vector of length one), Default: character(0)
29
-
#' @param key_1L_chr Key (a character vector of length one), Default: NULL
27
+
#' @param dv_ds_nm_1L_chr Dataverse dataset name (a character vector of length one), Default: 'ready4-dev/ready4'
28
+
#' @param dv_url_pfx_1L_chr Dataverse url prefix (a character vector of length one), Default: deprecated()
29
+
#' @param key_1L_chr Key (a character vector of length one), Default: deprecated()
30
30
#' @param object_type_lup Object type (a lookup table), Default: NULL
31
-
#' @param server_1L_chr Server (a character vector of length one), Default: Sys.getenv("DATAVERSE_SERVER")
31
+
#' @param server_1L_chr Server (a character vector of length one), Default: deprecated()
32
32
#' @return Argument object type (a character vector of length one)
#' @description get_obj_type_new_cses() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get object type new cases. Function argument updated_obj_type_lup specifies the where to look for the required object. The function returns Object type lookup table new cases (a tibble).
388
386
#' @param updated_obj_type_lup Updated object type (a lookup table)
389
-
#' @param dv_ds_nm_1L_chr Dataverse dataset name (a character vector of length one), Default: 'https://doi.org/10.7910/DVN/2Y9VF9'
390
-
#' @param dv_url_pfx_1L_chr Dataverse url prefix (a character vector of length one), Default: character(0)
387
+
#' @param dv_ds_nm_1L_chr Dataverse dataset name (a character vector of length one), Default: 'ready4-dev/ready4'
388
+
#' @param dv_url_pfx_1L_chr Dataverse url prefix (a character vector of length one), Default: deprecated()
391
389
#' @param excluded_chr Excluded (a character vector), Default: 'NA'
392
-
#' @param key_1L_chr Key (a character vector of length one), Default: NULL
390
+
#' @param key_1L_chr Key (a character vector of length one), Default: deprecated()
393
391
#' @param old_obj_type_lup Old object type (a lookup table), Default: NULL
394
-
#' @param server_1L_chr Server (a character vector of length one), Default: Sys.getenv("DATAVERSE_SERVER")
392
+
#' @param server_1L_chr Server (a character vector of length one), Default: deprecated()
395
393
#' @return Object type lookup table new cases (a tibble)
#' @description get_outp_obj_type() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get output object type. Function argument fns_chr specifies the where to look for the required object. The function returns Output object type (a character vector).
418
414
#' @param fns_chr Functions (a character vector)
419
415
#' @param abbreviations_lup Abbreviations (a lookup table)
420
-
#' @param dv_ds_nm_1L_chr Dataverse dataset name (a character vector of length one), Default: 'https://doi.org/10.7910/DVN/2Y9VF9'
421
-
#' @param dv_url_pfx_1L_chr Dataverse url prefix (a character vector of length one), Default: character(0)
416
+
#' @param dv_ds_nm_1L_chr Dataverse dataset name (a character vector of length one), Default: 'ready4-dev/ready4'
417
+
#' @param dv_url_pfx_1L_chr Dataverse url prefix (a character vector of length one), Default: deprecated()
422
418
#' @param fns_env_ls Functions (a list of environments)
423
419
#' @param is_generic_lgl Is generic (a logical vector), Default: F
424
-
#' @param key_1L_chr Key (a character vector of length one), Default: NULL
420
+
#' @param key_1L_chr Key (a character vector of length one), Default: deprecated()
425
421
#' @param object_type_lup Object type (a lookup table), Default: NULL
426
-
#' @param server_1L_chr Server (a character vector of length one), Default: Sys.getenv("DATAVERSE_SERVER")
422
+
#' @param server_1L_chr Server (a character vector of length one), Default: deprecated()
427
423
#' @return Output object type (a character vector)
#' @description get_rds_from_pkg_dmt() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get rds from package documentation. Function argument pkg_setup_ls specifies the where to look for the required object. The function returns R object (an output object of multiple potential types).
515
+
#' @param pkg_setup_ls Package setup (a list), Default: NULL
516
+
#' @param fl_nm_1L_chr File name (a character vector of length one)
517
+
#' @param piggyback_to_1L_chr Piggyback to (a character vector of length one), Default: character(0)
518
+
#' @param piggyback_tag_1L_chr Piggyback tag (a character vector of length one), Default: 'Documentation_0.0'
519
+
#' @return R object (an output object of multiple potential types)
#' @description get_return_obj_nm() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get return object name. Function argument fn specifies the where to look for the required object. The function returns Return (a character vector of length one).
0 commit comments