add documentations
This commit is contained in:
@@ -194,7 +194,7 @@ parse_speechlist <- function(speechlist_xml, date) {
|
||||
}
|
||||
|
||||
# create a tibble of speaker from a list of xml nodes representing speaker
|
||||
parse_speakerliste <- function(speakerliste_xml) {
|
||||
parse_speakerlist <- function(speakerliste_xml) {
|
||||
d <- sapply(speakerliste_xml, parse_speaker)
|
||||
tibble(id = d["id",],
|
||||
vorname = d["vorname",],
|
||||
|
||||
Reference in New Issue
Block a user