if (FALSE) {
corpus <- mp_corpus(party == 61620 & rile > 10)
wanted <- data.frame(party=c(41320, 41320), date=c(200909, 201309))
mp_corpus(wanted)
mp_corpus(subset(mp_maindataset(), countryname == "France"))
partially_available <- data.frame(party=c(41320, 41320), date=c(200909, 200509))
mp_corpus(partially_available)
corpus_df <- mp_corpus(party == 61620 & rile > 10, as_tibble = TRUE)
corpus_df <- mp_corpus_df(party == 61620 & rile > 10)
corpus_df <- mp_corpus_df(party == 61620 & rile > 10, tibble_metadata = "all")
mp_corpus(wanted, translation = "en")
mp_corpus_df(wanted, translation = "en")
mp_corpus_df_bilingual(wanted, translation = "en")
}
Run the code above in your browser using DataLab