Learn R Programming

pins (version 0.4.5)

pin_preview: Custom Pins

Description

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

Usage

pin_preview(x, board = NULL, ...)

pin_load(path, ...)

pin_fetch(path, ...)

board_pin_store( board, path, name, description, type, metadata, extract = TRUE, retrieve = TRUE, ... )

Arguments

board

The board to extended, retrieved with board_get().

...

Additional parameteres.

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 describing the pin.

retrieve

Should the pin be retrieved after being created? Defaults to TRUE.