Skip to content

Commit

Permalink
adjust this
Browse files Browse the repository at this point in the history
  • Loading branch information
EhrmannS committed Jan 27, 2025
1 parent aa44887 commit ac2f7cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/validateSchema.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ validateSchema <- function(schema = NULL, input = NULL){

# ignore header rows
varProp$row <- varProp$row[!varProp$row %in% headerRows]
if(length(varProp$row) == 0){
varProp$row <- NULL
}
}
}

Expand Down

0 comments on commit ac2f7cb

Please sign in to comment.