amcat.getobjects: Get objects from the AmCAT API

Description Usage Arguments Value

View source: R/amcatr.r

Description

Get a table of objects from the AmCAT API, e.g. projects, sets etc.

Usage

1
amcat.getobjects(conn, resource, ...)

Arguments

conn

the connection object from amcat.connect

resource

the name of the resource, e.g. 'projects'. If it is of length>1, a path a/b/c/ will be created (e.g. c("projects",1,"articlesets"))

...

Other options to pass to amcat.getpages, e.g. page_size, format, and filters

Value

A dataframe of objects (rows) by properties (columns)


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