Skip to contents

replace_sa_item() replaces a SA-item in a SAProcessing and remove_sa_item() removes a SA-item from a SAProcessing

This functions clears a SA-Processing by removing all the SA-items contained.

Usage

replace_sa_item(jsap, idx, jsa)

remove_sa_item(jsap, idx)

remove_all_sa_item(jsap)

transfer_series(jsap_from, jsap_to, selected_series, print_indications = TRUE)

Arguments

jsap

SAProcessing to modify.

idx

index of the target SA-item.

jsa

new SA-item.

jsap_from

SA-Processing from which take the SA-items

jsap_to

SA-Processing to which paste the SA-items

selected_series

vector containing the SA-items names to be updated.

print_indications

A boolean to print indications on the processing status (optional)

Value

NULL returned invisibly

NULL returned invisibly

Details

If selected_series is missing, all series from jsap_from will be copied. In this context, the word series refers to SA-item.