Skip to content

Commit

Permalink
Update filters
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Mar 11, 2024
1 parent 19846a1 commit cd3c559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/finbif_records.R
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ parse_filters <- function(fb_records_obj) {

class <- filter_names[[filter_name_i, "class"]]

if (grepl("^(not_){0,1}collection$", nm_i)) {
if (grepl("^(not_){0,1}collection(_exclusive){0,1}$", nm_i)) {

if (inherits(f_i, "finbif_collections")) {

Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 2 additions & 0 deletions data-raw/filters.csv
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,5 @@ timeAccuracy,time_uncertainty,integer,FALSE,",",FALSE
sensitive,sensitive,logical,FALSE,",",FALSE
excludeNulls,exclude_missing_levels,logical,FALSE,",",FALSE
hasUnitModel,has_record_model,logical,FALSE,",",FALSE
collectionIdExplicit,collection_exclusive,uri,FALSE,",",FALSE
collectionIdExplicitNot,not_collection_exclusive,uri,FALSE,",",FALSE

0 comments on commit cd3c559

Please sign in to comment.