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

Aendert '0' zu 'NULL' in GetBirthdate.R

parent 39ae3a9e
No related branches found
No related tags found
1 merge request!21Resolve "R-Skript für Birthdate erstellen"
......@@ -26,7 +26,7 @@ getBirthdate <- function(article) {
birthdate <- substring(birthdate, 2, nchar(birthdate)-1)
} else {
# Retrun Null if there is no birthdate
return(0)
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