transform_paths_ls_for_scndry | R Documentation |
transform_paths_ls_for_scndry() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform paths list for secondary. Function argument paths_ls specifies the object to be updated. Argument reference_1L_int provides the object to be updated. The function returns Paths (a list).
transform_paths_ls_for_scndry(
paths_ls,
reference_1L_int = 1,
remove_prmry_1L_lgl = F,
remove_mkdn_1L_lgl = F
)
paths_ls |
Paths (a list) |
reference_1L_int |
Reference (an integer vector of length one), Default: 1 |
remove_prmry_1L_lgl |
Remove primary (a logical vector of length one), Default: F |
remove_mkdn_1L_lgl |
Remove markdown (a logical vector of length one), Default: F |
Paths (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.