Skip to main content
Ctrl+K

🗃 rdata

  • Installation
  • Usage
  • API List
  • Examples
  • Try online!
    • Default conversions
    • Citing rdata
    • Contributors ✨
  • GitHub
  • PyPI
  • Anaconda
  • Installation
  • Usage
  • API List
  • Examples
  • Try online!
  • Default conversions
  • Citing rdata
  • Contributors ✨
  • GitHub
  • PyPI
  • Anaconda

Section Navigation

  • read_rds
  • read_rda
  • write_rds
  • write_rda
  • parse_file
  • parse_data
  • unparse_file
  • unparse_data
  • Converter
  • SimpleConverter
  • convert
  • ConverterFromPythonToR
  • convert_python_to_r_data
  • convert_python_to_r_object
  • RBuiltin
  • RBytecode
  • RFunction
  • REnvironment
  • RExpression
  • RExternalPointer
  • RLanguage
  • SrcFile
  • SrcFileCopy
  • SrcRef
  • API List
  • RBytecode

RBytecode#

class RBytecode(code, constants, attributes)[source]#

R bytecode.

Methods

Parameters:
  • code (DataArray)

  • constants (Sequence[Any])

  • attributes (Mapping[str, Any])

previous

RBuiltin

next

RFunction

On this page
  • RBytecode
Edit on GitHub
Show Source

© Copyright 2018, Rdata developers.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.17.0.