add_object_tier: Adds an element named <obj_type> to content sub-element.

View source: R/request.R

add_object_tierR Documentation

Adds an element named <obj_type> to content sub-element.

Description

This function takes a list, sees if it has an element named 'content' and then checks if content contains an element named obj_type: if it does not contain an element as passed in obj_type this function adds it, otherwise it leaves the list obj untouched. The contents of 'content' are set as value of <obj>$content$<obj_type>.

Usage

add_object_tier(obj, obj_type)

Arguments

obj

A list.

obj_type

A non-empty string.

Value

A list containing the <obj>$content$<obj_type>, whose value is either NULL if it had not any value before or the value of <obj>$content.


gwasrapidd documentation built on Dec. 28, 2022, 2:16 a.m.