set_metadata: Set meta data values (needed for HTTP requests to appropriate...

Description Usage Arguments Examples

View source: R/global_set_metadata.R

Description

Set meta data values (needed for HTTP requests to appropriate table in database)

Usage

1
set_metadata(module, module_type)

Arguments

module

String "2d" || "3d"

module_type

String "training" || "testing"

Examples

1
2
3
4
set_metadata("2d", "training")
set_metadata("2d", "testing")
set_metadata("3d", "training")
set_metadata("3d", "testing")

Jon-Peppinck/r2vr-2020 documentation built on Jan. 27, 2021, 3:23 a.m.