Skip to content

ndi.cloud.upload_dataset_database

  UPLOAD_DATASET_DATABASE - Upload the complete database of a dataset 

    Syntax:
        ndi.cloud.upload_dataset_database(NDI_DATASET, CLOUD_DATASET_ID)
        uploads all the documents and associated binary files for a dataset
        to an NDI Cloud Dataset.

    Input arguments:
        NDI_DATASET : string
            an ndi.dataset object

        CLOUD_DATASET_ID : string
            an id for a dataset on NDI cloud to upload documents and files to

    Options (Name - Value pairs)
        verbose : logical
            Whether to display status updates. Default is true

        show_ui : logical
            Whether to display progress in a gui. Default is true