parse_batch_citation | R Documentation |
Reads and parses multiple BibTeX citations from a file, handling whitespace and formatting while ensuring proper brace matching.
parse_batch_citation(entry)
entry |
A character string containing the path to a file with BibTeX citations |
If the file contains a single citation, returns a character string. If multiple citations are present, returns a character vector of citations. Returns NULL if no citations are found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.