Blocks on a board are linksed by board links.

new_link(from = "", to = "", input = "", ..., class = character())

is_link(x)

as_link(x)

# S3 method for class 'link'
as_link(x)

# S3 method for class 'character'
as_link(x)

# S3 method for class 'list'
as_link(x)

# S3 method for class 'data.frame'
as_link(x)

links(...)

is_links(x)

as_links(x)

# S3 method for class 'links'
as_links(x)

# S3 method for class 'link'
as_links(x)

# S3 method for class 'list'
as_links(x)

# S3 method for class '`NULL`'
as_links(x)

# S3 method for class 'data.frame'
as_links(x)

validate_links(x)

Arguments

from, to

Block ID(s)

input

Block argument

...

Extensibility

class

(Optional) link sub-class

x

Links object