actorizer: print row numbers for debugging

master
Erik de Vries 6 years ago
parent 39005c7518
commit c63409238b

@ -22,6 +22,7 @@ actorizer <- function(out, localhost = F, ids, type, prefix, postfix, identifier
} }
sentencizer <- function(row, out, udmodel, ids, prefix, postfix, identifier) { sentencizer <- function(row, out, udmodel, ids, prefix, postfix, identifier) {
print(row)
### If no pre or postfixes, match *not nothing* i.e. anything ### If no pre or postfixes, match *not nothing* i.e. anything
if (is.na(prefix) || prefix == '') { if (is.na(prefix) || prefix == '') {
prefix = '$^' prefix = '$^'

Loading…
Cancel
Save