make_raw_data {gofigR} | R Documentation |
Creates a GoFigr data object which can be attached to revisions.
Description
Creates a GoFigr data object which can be attached to revisions.
Usage
make_raw_data(name, type, metadata, data)
Arguments
name |
name of this data |
type |
data type, e.g. DATA_TYPES$image |
metadata |
metadata associated with this data object |
data |
raw bytes |
Value
data object
[Package gofigR version 1.1.0 Index]