Skip to content

Commit

Permalink
Update validate.table.R
Browse files Browse the repository at this point in the history
  • Loading branch information
hdvincelette committed Feb 23, 2024
1 parent 74881aa commit f97b862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/validate.table.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ validate.table <- function(x, y) {
input.dict <-
input.dict %>% dplyr::mutate_if(is.character, ~ dplyr::na_if(., ''))

datatype.rules <- get0("datatype.rules", envir = asNamespace("mdJSONdictio"))

datatype.rules <-
datatype.rules %>% dplyr::mutate_if(is.character, ~ dplyr::na_if(., ''))

Expand Down

0 comments on commit f97b862

Please sign in to comment.