update_stics_bibtex_files | R Documentation |
Generating or updating silently a BibTex file or a list of, using a Zotero web library
update_stics_bibtex_files(
file_dir = getwd(),
library_name = "livre_rouge",
collection_name = c("sticsredbook2020", "EPS_stics"),
query = "",
query_type = "full"
)
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 |
An invisible BibEntry object or a list of
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.