.sanitizeBooleans {onc.api}R Documentation

For all rows in data, enforce that fields expected to have bool values are logical values (fixes API issues with booleans returned as strings)

Description

For all rows in data, enforce that fields expected to have bool values are logical values (fixes API issues with booleans returned as strings)

Usage

.sanitizeBooleans(self, data = list())

Arguments

self

Calling object

data

(list) Parsed response

Value

(list) The modified data

[Package onc.api version 2.0.1.0 Index]