Learn R Programming

pins (version 0.1.1)

board_pin_store: Custom Pins

Description

Family of functions meant to be used to implement custom pin extensions, not to be used by users.

Usage

board_pin_store(board, path, name, description, type, metadata, ...)

Arguments

board

The board to extended, retrieved with board_get().

path

The path to store.

name

The name of the pin.

description

The text patteren to find a pin.

type

The type of pin being stored.

metadata

A list containing additional metadata desecribing the pin.

...

Additional parameteres.