Converter# class Converter[source]# Interface of a class converting R objects in Python objects. Methods convert(data) Convert a R object to a Python one. abstractmethod convert(data)[source]# Convert a R object to a Python one. Parameters: data (RData | RObject) Return type: Any