navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.interfaces.r.load_rda
          • load_rda()

    navis.interfaces.r.load_rda¶

    navis.interfaces.r.load_rda(fp, convert=True)[source]¶

    Load and convert R data file (.rda).

    This function should be able to deal with the common data types used in the natverse.

    Parameters:
    • fp (str) – Filepath to rda file.

    • convert (bool | function) – If True, will attempt to convert data from R to Python. If convert is a function, we expect it to accept the raw R data and return the converted.

    Return type:

    data

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.