I have this dataframe from quanteda corpora and I want to extract the information in year column under the documents. However when I type
data_corpus_irishbudgets$documents$year
it would just return NULL. Someone has any theory what might cause this?