Code export adjusted
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-14 11:18:24 +02:00
commit e980edc149
No known key found for this signature in database
6 changed files with 45 additions and 29 deletions

View file

@ -378,9 +378,7 @@ data_type_filter <- function(data,type){
out <- data[data_type(data) %in% type]
code <- rlang::call2("data_type_filter",!!!list(type=type),.ns = "FreesearchR")
if (!is.null(code)){
attr(out, "code") <- code
}
attr(out, "code") <- code
out
}