# NOT RUN {
# retrieve the most recent version of the Multi-CAST lists of referents
mc_referents()
# retrieve the lists of referents published in May 2019
mc_referents(1905) # or: mc_referents("1905")
# join the list of referents to a table with annotation values
mc <- multicast()
merge(mc, mc_referents(),
by = c("corpus", "text", "refind"),
all.x = TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab