is_py_object {reticulate}R Documentation

Check if x is a Python object

Description

Checks if x is a Python object, more efficiently than inherits(x, "python.builtin.object").

Usage

is_py_object(x)

Arguments

x

An R or Python.

Value

TRUE or FALSE.


[Package reticulate version 1.39.0 Index]