repo_cpanel {repo} | R Documentation |
Open a visual interface to the repo
Description
Opens a browser window with a Shiny interface to a repo. The interface is preliminary and has some exploration features together with a "Load into workspace" button for a selected item.
Usage
repo_cpanel(reporoot = NULL, env = globalenv())
Arguments
reporoot |
An object of class repo. Can be NULL like for repo_open. |
env |
Environment to export variables to. Defaults to globalenv. |
Value
Used for side effects.
[Package repo version 2.1.5 Index]