Ser/deser board
Usage
# S3 method for class 'dag_board'
blockr_ser(
x,
blocks = NULL,
network = NULL,
grid = NULL,
selected = NULL,
mode = NULL,
options = NULL,
...
)
# S3 method for class 'dock'
blockr_ser(x, ...)
# S3 method for class 'network'
blockr_ser(x, ...)
# S3 method for class 'data.frame'
blockr_ser(x, ...)
# S3 method for class 'dag_board'
blockr_deser(x, data, ...)
# S3 method for class 'dock'
blockr_deser(x, data, ...)
# S3 method for class 'network'
blockr_deser(x, data, ...)
# S3 method for class 'data.frame'
blockr_deser(x, data, ...)