powered by
Retrieve information for a given pin.
pin_info( name, board = NULL, extended = TRUE, metadata = TRUE, signature = FALSE, ... )
The exact name of the pin to match when searching.
The board name used to find the pin.
Should additional board-specific information be shown?
Should additional pin-specific information be shown?
Should a signature to identify this pin be shown?
Additional parameters.
# NOT RUN { library(pins) # define local board board_register_local(cache = tempfile()) # cache the mtcars dataset pin(mtcars) # print pin information pin_info("mtcars") # }
Run the code above in your browser using DataLab