Explore available MDB in a shiny web interface
# S3 method for TKCat
explore_MDBs(
x,
subSetSize = 100,
download = FALSE,
workers = 4,
title = NULL,
skinColors = "green",
logoDiv = TKCAT_LOGO_DIV,
rDirs = NULL,
tabTitle = "TKCat",
tabIcon = "www/TKCat-small.png",
...
)# S3 method for chTKCat
explore_MDBs(
x,
subSetSize = 100,
host = x$chcon@host,
download = FALSE,
workers = 4,
userManager = NULL,
title = NULL,
skinColors = c("blue", "yellow"),
logoDiv = TKCAT_LOGO_DIV,
tabTitle = "chTKCat",
tabIcon = "www/TKCat-small.png",
rDirs = NULL,
...
)
explore_MDBs(x, ...)
No return value, called for side effects
a TKCat related object (e.g. chTKCat)
the maximum number of records to show
a logical indicating if data can be downloaded (default: FALSE). If TRUE a temporary directory is created and made available for shiny.
number of available workers when download is available (default: 4)
A title for the application. If NULL (default): the chTKCat instance name
two colors for the application skin: one for default connection ("blue" by default) and one for user connection ("yellow" by default). Working values: "blue", "black", "purple", "green", "red", "yellow".
a shiny::div object with a logo to display in side bar. The default is the TKCat hex sticker with a link to TKCat github repository.
a named character vector with resource path for shiny::addResourcePath
a title to display in tab (default: "chTKCat")
a path to an image (in available resource paths: "www", "doc" or in rDirs) to use as a tab icon.
method specific parameters
the name of the host to show in the application
URL for user management interface
(see manage_chTKCat_users()
). If NULL (default), the functionality
is not added.