-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor filter update to handle empty and NA values in citation data
- Added checks for `cite_source`, `cite_label`, and `cite_string` to handle cases where values are empty or NA, setting them to NULL if no valid entries exist. - Streamlined the filtering process by removing "unknown" entries and splitting values only after ensuring non-empty data. - This change improves robustness in filtering by preventing empty or "unknown" entries from appearing in the final list of sources, labels, and strings.
- Loading branch information
Showing
1 changed file
with
35 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters