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