Skip to content

Commit

Permalink
change read citation argument to include all fields
Browse files Browse the repository at this point in the history
only_key_fields changed to FALSE as shiny users don't have ability to toggle this currently, TY field and others are helpful in organizing/evaluating.
  • Loading branch information
TNRiley authored Dec 19, 2024
1 parent 963c54b commit d384970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inst/shiny-app/CiteSource/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,9 @@ server <- function(input, output, session) {
files = path_list,
cite_sources = suggested_source,
cite_labels = empty_strings,
cite_strings = empty_strings
cite_strings = empty_strings,
only_key_fields = FALSE

)

# Summarize the number of records by citation source
Expand Down

0 comments on commit d384970

Please sign in to comment.