mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
as small note on docx export errors
This commit is contained in:
parent
f07979e57c
commit
97d7f424a8
2 changed files with 6 additions and 4 deletions
|
@ -2079,7 +2079,7 @@ ui_elements <- list(
|
||||||
label = "Output format",
|
label = "Output format",
|
||||||
selected = NULL,
|
selected = NULL,
|
||||||
choices = list(
|
choices = list(
|
||||||
"Word" = "docx",
|
"MS Word" = "docx",
|
||||||
"LibreOffice" = "odt"
|
"LibreOffice" = "odt"
|
||||||
# ,
|
# ,
|
||||||
# "PDF" = "pdf",
|
# "PDF" = "pdf",
|
||||||
|
@ -2092,7 +2092,8 @@ ui_elements <- list(
|
||||||
outputId = "report",
|
outputId = "report",
|
||||||
label = "Download",
|
label = "Download",
|
||||||
icon = shiny::icon("download")
|
icon = shiny::icon("download")
|
||||||
)
|
),
|
||||||
|
shiny::helpText("If choosing to output to MS Word, please note, that when opening the document, two errors will pop-up. Choose to repair and choose not to update references. The issue is being worked on. You can always choose LibreOffice instead.")
|
||||||
# )
|
# )
|
||||||
# )
|
# )
|
||||||
),
|
),
|
||||||
|
|
|
@ -239,7 +239,7 @@ ui_elements <- list(
|
||||||
label = "Output format",
|
label = "Output format",
|
||||||
selected = NULL,
|
selected = NULL,
|
||||||
choices = list(
|
choices = list(
|
||||||
"Word" = "docx",
|
"MS Word" = "docx",
|
||||||
"LibreOffice" = "odt"
|
"LibreOffice" = "odt"
|
||||||
# ,
|
# ,
|
||||||
# "PDF" = "pdf",
|
# "PDF" = "pdf",
|
||||||
|
@ -252,7 +252,8 @@ ui_elements <- list(
|
||||||
outputId = "report",
|
outputId = "report",
|
||||||
label = "Download",
|
label = "Download",
|
||||||
icon = shiny::icon("download")
|
icon = shiny::icon("download")
|
||||||
)
|
),
|
||||||
|
shiny::helpText("If choosing to output to MS Word, please note, that when opening the document, two errors will pop-up. Choose to repair and choose not to update references. The issue is being worked on. You can always choose LibreOffice instead.")
|
||||||
# )
|
# )
|
||||||
# )
|
# )
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue