transform_paths_ls_for_scndry: Transform paths list for secondary

transform_paths_ls_for_scndryR Documentation

Transform paths list for secondary

Description

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).

Usage

transform_paths_ls_for_scndry(
  paths_ls,
  reference_1L_int = 1,
  remove_prmry_1L_lgl = F,
  remove_mkdn_1L_lgl = F
)

Arguments

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

Value

Paths (a list)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.