# NOT RUN {
# retrieve the most recent version of the Multi-CAST list of referents
mc_referents()
# retrieve the lists of referents published in January 2021
mc_referents(2021)
# 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