Text in standard formats - such as imported via readLines
- can be parsed using a variety of standard formats. Use detect_parser
to determine which is the most appropriate parser for your situation.
Usage
parse_pubmed(x)
parse_ris(x, tag_naming = "best_guess")
parse_bibtex(x)
parse_csv(x)
parse_tsv(x)
Arguments
- x
A character vector containing bibliographic information in ris format.
- tag_naming
What format are ris tags in? Defaults to "best_guess" See
synthesisr_read_refs
for a list of accepted arguments.