Skip to content

Commit

Permalink
is.na to is.null
Browse files Browse the repository at this point in the history
  • Loading branch information
shengqh committed Nov 19, 2024
1 parent e2e5c10 commit 3ade730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BioVU/prepare_phenotype_data.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ min_occurance=as.numeric(global_options$min_occurance)
email=global_options$email
affiliation=global_options$affiliation
if(!is.na(email)){
if(!is.null(email)){
if(email != ""){
cat("
---
Expand Down

0 comments on commit 3ade730

Please sign in to comment.