Skip to content

Commit

Permalink
Missed one change to project.
Browse files Browse the repository at this point in the history
  • Loading branch information
elinw committed Sep 20, 2021
1 parent 887ed7c commit 209d703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/shiny/qcoder/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ if (interactive()) {
textOutput('codes_summary'),
tags$h5('Codes frequency'),
dataTableOutput('code_freq')
), # Close Summary tab panel
),
tabPanel("Export project",
actionButton("zipfile", label = "Zip Project",
buttonType = "default, class = NULL"),
tags$p("This exports the entire project so it can be qcoded
in another location."),
tags$p("Zip is located in the same folder as the project.")
), # Close export project tab panel.
),
tabPanel("Add data",

tags$h2("Add new document"),
Expand Down Expand Up @@ -200,7 +200,7 @@ if (interactive()) {
showTab("navlist", "Units"),
showTab("navlist", "Summary"),
showTab("navlist", "Add data"),
showTab("navlist", "Export files")
showTab("navlist", "Export project")
)

my_choices <- reactive({
Expand Down

0 comments on commit 209d703

Please sign in to comment.