Print method for pip_boards S3 class
print.pip_boards.RdDisplays a summary of PIP pins boards in a beautiful cli output. Shows the common directory path, each board's name, its relative path, and cache size.
Usage
# S3 method for class 'pip_boards'
print(x, ...)Examples
if (FALSE) { # \dontrun{
boards <- set_pip_boards()
print(boards)
} # }