Learn R Programming

pins (version 0.1.1)

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 = "~/.pins")

Arguments

name

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

cache

The local folder to use as a cache, defaults to "~/.pins".

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