Skip to content

Commit

Permalink
fix typo in segments export
Browse files Browse the repository at this point in the history
  • Loading branch information
hlageek committed May 3, 2024
1 parent e898fb4 commit d64e3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ mod_rql_button_server(
shinyjs::enable("download_csv_ui_1-download", asis = TRUE)
shinyjs::enable("download_html_ui_1-report", asis = TRUE)
glob$segments_df <- loc$segments_df %>%
dplyr::select(doc_name, doc_id, segment_start, segmend_end, code_name,
dplyr::select(doc_name, doc_id, segment_start, segment_end, code_name,
code_id, segment_text, user_name)
glob$segments_taglist <- loc$segments_taglist
} else {
Expand Down

0 comments on commit d64e3bb

Please sign in to comment.