rbartpackages.base¶
Base machinery to wrap R functions, shared by the package wrappers.
Base class¶
|
Base class for Python wrappers of R objects creators. |
Wrapper decorators¶
|
Automatically implement a function using the corresponding R function. |
|
Automatically implement a method using the correspoding R method. |
|
Automatically implement a read-only property using the corresponding R field. |
Protocols¶
|
Duck type of the dataframe arguments accepted by the wrappers. |
Array dtypes¶
|
Represent a |