Package 'pinbrowser'

Title: Interactively browse pins and their metadata in RStudio
Description: Browse the content of boards created with the pins package. View and search available pins, view their metadata, and generate code to read pins into your current project.
Authors: Sam Gardiner [aut, cre]
Maintainer: Sam Gardiner <[email protected]>
License: GPL (>= 3)
Version: 0.0.0.9000
Built: 2025-02-23 03:31:18 UTC
Source: https://github.com/gardiners/pinbrowser

Help Index


Generate a demo pin board

Description

Generate a pins::board_temp() using R's built-in datasets mtcars, BJsales, beaver1, and some of their metadata.

Usage

board_demo()

Examples

my_board <- board_demo()

Interactively browse a pin board

Description

Opens a Shiny app to explore available pins and their metadata.

Usage

browse_board(board)

Arguments

board

A pin board, created by pins::board_folder(), pins::board_connect(), pins::board_url() or another board_ function.

Examples

## Not run: 
my_board <- board_demo()
browse_board(my_board)

## End(Not run)