Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


reticulate (version 1.3)

py_has_attr: Check if a Python object has an attribute

Description

Check whether a Python object x has an attribute name.

Usage

py_has_attr(x, name)

Arguments

x

A python object.

name

The attribute to be accessed.

Value

TRUE if the object has the attribute name, and FALSE otherwise.