mdl_to_bibtex: Creates a bib file from a Mendeley folder or group

Description Usage Arguments

View source: R/mendeleyr.R

Description

Creates a bib file from a Mendeley folder or group

Usage

1
2
mdl_to_bibtex(token, folder_name = NULL, folder_id = NULL,
  group_name = NULL, group_id = NULL, bibfile = NULL, overwrite = 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()

bibfile

"*.bib" file to write the documents from folder_name

overwrite

logical value to overwrite the bibfile. If NULL (default) we overwrite only when the bibfile is older than the folder last modification


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