mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
clean
This commit is contained in:
parent
d71d6169ff
commit
5854021e01
1 changed files with 0 additions and 15 deletions
|
@ -163,24 +163,9 @@ server <- function(input, output, session) {
|
||||||
gtsummary::as_gt()
|
gtsummary::as_gt()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
# renderUI({
|
|
||||||
# tags$iframe(seamless="seamless",
|
|
||||||
# src= "Hub_Infographic.html",
|
|
||||||
# width=800,
|
|
||||||
# height=800)
|
|
||||||
# })
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# getPage<-shiny::reactive({
|
|
||||||
# shiny::req(file.exists(file.path(getwd(), "www/report_format.html")))
|
|
||||||
# return(shiny::includeHTML(file.path(getwd(), "www/report_format.html")))
|
|
||||||
# })
|
|
||||||
|
|
||||||
output$uploaded <- shiny::reactive({
|
output$uploaded <- shiny::reactive({
|
||||||
if (is.null(v$ds)) {
|
if (is.null(v$ds)) {
|
||||||
"no"
|
"no"
|
||||||
|
|
Loading…
Add table
Reference in a new issue