amcat.add.articles.to.set: Add articles to an article set

Description Usage Arguments Value

View source: R/amcatr.r

Description

Add the given article ids to a new or existing article set

Usage

1
2
3
4
5
6
7
8
amcat.add.articles.to.set(
  conn,
  project,
  articles,
  articleset = NULL,
  articleset.name = NULL,
  articleset.provenance = NULL
)

Arguments

conn

the connection object from amcat.connect

project

the project to add the articles to

articles

a vector of article ids

articleset

the article set id of an existing set

articleset.name

the name for a new article set

articleset.provenance

a provenance text for a new article set

Value

The articleset id of the new or existing article set


amcat/amcat-r documentation built on Dec. 26, 2021, 3:12 a.m.