powered by
Wrapper with explicit parameters over board_register() to register a local folder as a board.
board_register()
board_register_local(name = "local", cache = "~/.pins")
Optional name for this board, defaults to 'local'.
The local folder to use as a cache, defaults to "~/.pins".
"~/.pins"
board_register
# NOT RUN { # register local board using a temp folder board_register_local(cache = tempfile()) # }
Run the code above in your browser using DataLab