powered by
Wrapper with explicit parameters over board_register() to register as a board a website describing resources with a data.txt file.
board_register()
data.txt
board_register_datatxt(name, url)
The name for this board, usually the domain name of the website.
Path to the data.txt file or path containing it.
board_register
# NOT RUN { # register website board using datatxt file board_register_datatxt(name = "txtexample", url = "https://datatxt.org/data.txt") # find pins pin_find(board = "txtexample") # }
Run the code above in your browser using DataLab