edc_viewer {EDCimport} | R Documentation |
Shiny data explorer
Description
Run a Shiny application that allows to browse the datasets.
Usage
edc_viewer(data = NULL, background = TRUE, port = 1209)
Arguments
data |
A list of dataframes to view. If |
background |
Whether the app should run in a background process. |
port |
The TCP port that the application should listen on. |
[Package EDCimport version 0.6.0 Index]