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