Skip to content

Interactively browse pins and their metadata in RStudio

License

Notifications You must be signed in to change notification settings

gardiners/pinbrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 pinbrowser

Lifecycle: experimental runiverse-package badge for pinbrowser package R-CMD-check

pinbrowser lets you interactively browse a board created with the pins package. It currently has one useful function, browse_board(), which provides an RStudio viewer that allows you to explore pins and their metadata.

Installation

You can install the development version of pinbrowser from GitHub with:

# install.packages("devtools")
devtools::install_github("gardiners/pinbrowser")

Example

Create a demo pin board and view its content in RStudio:

library(pinbrowser)

my_demo_board <- board_demo()
browse_board(my_demo_board)

Screenshot of RStudio viewer containing pin metadata.

Screenshot of RStudio viewer containing pin metadata.

About

Interactively browse pins and their metadata in RStudio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages