Skip to content

Commit

Permalink
force output from filterData()
Browse files Browse the repository at this point in the history
  • Loading branch information
Kss2k authored Sep 30, 2024
1 parent 07bb69a commit f088758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/utils_da.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ anyAllNA <- function(data) {


castDataNumericMatrix <- function(data) {
force(data) # evaluate to check for errors
data <- tryCatch({
numericData <- lapplyDf(data, FUN = as.numeric)
},
Expand Down

0 comments on commit f088758

Please sign in to comment.