# NOT RUN {
use("polmineR")
# Scenario 1: Decode one or two s-attributes
dt <- decode("GERMAPARLMINI", s_attribute = "date")
dt <- decode("GERMAPARLMINI", s_attribute = c("date", "speaker"))
# Scenario 2: Decode corpus entirely
dt <- decode("GERMAPARLMINI")
# }
Run the code above in your browser using DataLab