get_reference_type | R Documentation |
get reference type
get_reference_type(bib_reference)
bib_reference |
first line containing the cite reference |
reference type (str)
ref_first_line <- "@book{ihaka:1996,"
ref_type <- rebib::get_reference_type(ref_first_line)
ref_type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.