Run a Shiny application that allows to browse the datasets.
edc_viewer(
data = NULL,
...,
background = TRUE,
title = NULL,
port = 1209,
replace = FALSE
)A list of dataframes to view. If NULL, defaults to the last datasets loaded using EDCimport functions.
unused
Whether the app should run in a background process.
The app title, in the header and the tab label.
The TCP port that the application should listen on.
whether to replace a previously running app on the same port.