Skip to content
Snippets Groups Projects
Commit a40ac74b authored by Lukas Gehrke's avatar Lukas Gehrke
Browse files

Korrigiert 'Null' zu 'NULL' in GetBirthdate.R

parent 97e83108
No related branches found
No related tags found
1 merge request!21Resolve "R-Skript für Birthdate erstellen"
......@@ -27,7 +27,7 @@ getBirthdate <- function(article) {
birthdate <- substring(birthdate, 2, nchar(birthdate)-1)
} else {
# Return Null if there is no birthdate
return(Null)
return(NULL)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment