dj_import: Import datajoint-python module

View source: R/dj_import.R

dj_importR Documentation

Import datajoint-python module

Description

Imports module (and schema) from which to fetch data

Usage

dj_import(module = ".", schema = "*")

Arguments

module

the name of the python module containing your schemas. Default = ".", the local working directory

schema

the names of the schema(s) to import. Default = "*" (imports all modules)


gkane26/djreadr documentation built on April 3, 2022, 8:57 a.m.