mdl_files: Retrieve the list of files attached to documents or groups

Description Usage Arguments

View source: R/mendeleyr.R

Description

Retrieve the list of files attached to documents or groups

Usage

1
mdl_files(token, document_id = NULL, group_name = NULL, group_id = NULL)

Arguments

token

A Token given by mdl_token() that provides access to your account.

document_id

One or more document IDs. Get the document IDs with mdl_documents()

group_name

A group name. Read group IDs through mdl_groups()

group_id

A group ID. Read group IDs through mdl_groups()


zeehio/mendeleyr documentation built on May 6, 2019, 10:54 a.m.