Description Usage Arguments Value
Download articles from AmCAT into a Quanteda corpus object
| 1 2 3 4 5 6 7 8 9 | quanteda.corpus(
  conn,
  project,
  articleset,
  textcolumns = c("headline", "text"),
  metacolumns = c("date", "medium"),
  headline.as.docvar = T,
  ...
)
 | 
| conn | the connection object from  | 
| project | The project ID | 
| articleset | The Articleset ID | 
| textcolumns | Which columns contain text (default: headline, text) | 
| metacolumns | Which columns to include as docvars (deafult: date, medium) | 
| headline.as.docvar | Should headline be a docvar (as well as a text column) | 
| ... | Other arguments to pass to amcat.getarticlemeta, i.e. dateparts=T | 
a quanteda corpus object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.