mdl_documents: Get the Document IDs from a given folder_id

Description Usage Arguments

View source: R/mendeleyr.R

Description

Get the Document IDs from a given folder_id

Usage

1
2
3
mdl_documents(token, folder_name = NULL, folder_id = NULL,
  group_name = NULL, group_id = NULL, modified_since = NULL,
  max_objects = Inf, condition = NULL)

Arguments

token

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

folder_name

A folder name. Get folder names with mdl_folders().

folder_id

A folder ID. Get folder names with mdl_folders().

group_name

A group name. Read group IDs through mdl_groups()

group_id

A group ID. Read group IDs through mdl_groups()

modified_since

Only retrieve documents modified since that date.

max_objects

The maximum number of objects (documents, folders, files...) to retreive

condition

Either NULL (default) or a function taking an object (document, folder, file, ...) represented as a list and returning a logical value. The function will return the objects that have returned TRUE.


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