# NOT RUN {
rakelist <- slowrake(txt = dog_pubs$abstract[1:2])
# Without specifying doc_id:
head(rbind_rakelist(rakelist = rakelist))
# With specifying doc_id:
head(rbind_rakelist(rakelist = rakelist, doc_id = dog_pubs$doi[1:2]))
# }
Run the code above in your browser using DataLab