mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
getting to shinyapps
This commit is contained in:
parent
5854021e01
commit
126193ec6a
4 changed files with 6 additions and 6 deletions
|
|
@ -19,9 +19,6 @@ library(quarto)
|
|||
library(here)
|
||||
library(broom)
|
||||
library(broom.helpers)
|
||||
if (!requireNamespace("REDCapCAST")) {
|
||||
devtools::install_github("agdamsbo/REDCapCAST", quiet = TRUE, upgrade = "never")
|
||||
}
|
||||
library(REDCapCAST)
|
||||
if (!requireNamespace("webResearch")) {
|
||||
devtools::install_github("agdamsbo/webResearch", quiet = TRUE, upgrade = "never")
|
||||
|
|
|
|||
|
|
@ -170,9 +170,10 @@ ui <- bslib::page(
|
|||
selected = NULL,
|
||||
choices = list(
|
||||
"Word" = "docx",
|
||||
"LibreOffice" = "odt",
|
||||
"PDF" = "pdf",
|
||||
"All the above" = "all"
|
||||
"LibreOffice" = "odt"
|
||||
# ,
|
||||
# "PDF" = "pdf",
|
||||
# "All the above" = "all"
|
||||
)
|
||||
),
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue