Learn R Programming

pins (version 0.4.2)

board_register_local: Register Local Board

Description

Wrapper with explicit parameters over board_register() to register a local folder as a board.

Usage

board_register_local(name = "local", cache = board_cache_path(), ...)

Arguments

name

Optional name for this board, defaults to 'local'.

cache

The local folder to use as a cache, defaults to board_cache_path().

...

Additional parameters required to initialize a particular board.

See Also

board_register

Examples

Run this code
# NOT RUN {
# register local board using a temp folder
board_register_local(cache = tempfile())
# }

Run the code above in your browser using DataLab