update_stics_bibtex_files: Generating or updating silently a BibTex file or a list of,...

View source: R/bibliography.R

update_stics_bibtex_filesR Documentation

Generating or updating silently a BibTex file or a list of, using a Zotero web library

Description

Generating or updating silently a BibTex file or a list of, using a Zotero web library

Usage

update_stics_bibtex_files(
  file_dir = getwd(),
  library_name = "livre_rouge",
  collection_name = c("sticsredbook2020", "EPS_stics"),
  query = "",
  query_type = "full"
)

Arguments

file_dir

Optional, a BibTex file directory path (default: current)

library_name

A group library name (appearing in groups in Zotero web)

collection_name

Optional, a collection name (or vector of) belonging to the library

query

Optional, a character string to use for querying bibliographic base

query_type

Optional, a query type: "full" (the default) for searching in all the fields, or "basic" for searching only in title, creator, year fields

Value

An invisible BibEntry object or a list of

Examples

## Not run: 

# For the default collection names vector
update_stics_bibtex_files()

# For the hole library_name
update_stics_bibtex_files(collection_name = NULL)


## End(Not run)



SticsRPacks/SticsPubRTools documentation built on June 13, 2025, 9:13 p.m.