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

Korrigiert Dokumentation.

parent dfd51e05
No related branches found
No related tags found
1 merge request!22Resolve "R-Skript für Birthplace erstellen"
...@@ -22,7 +22,7 @@ getBirthplace <- function(article) { ...@@ -22,7 +22,7 @@ getBirthplace <- function(article) {
# get Born field # get Born field
birthplace <- infoBox[infoBox$Desc %like% "Born",]$Content birthplace <- infoBox[infoBox$Desc %like% "Born",]$Content
# remove everything before the round brackets # remove everything before the "\n"
# rest is birthplace # rest is birthplace
birthplace <- gsub(".*\\\n", "", birthplace) birthplace <- gsub(".*\\\n", "", birthplace)
......
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