dot-xmlAddList: Add sublist to list

.xmlAddListR Documentation

Add sublist to list

Description

Add sublist to list

Usage

.xmlAddList(data, sublist, entry, input, append = TRUE)

Arguments

data

List to add to.

sublist

Sublist, under which the entry should get added. Must be given as a vector, e.g. c("level1", "level2", ...). Can be NULL.

entry

Name of the entry to add, as string. Can be NULL.

input

List to add.

append

Boolean. Determines if the list should be appended to existing entries or overwrite them.


SwissTPH/r-openMalariaUtilities documentation built on Sept. 14, 2024, 1:34 a.m.