Learn R Programming

rebib (version 0.5.0)

get_reference_type: get reference type

Description

get reference type

Usage

get_reference_type(bib_reference)

Value

reference type (str)

Arguments

bib_reference

first line containing the cite reference

Examples

Run this code
ref_first_line <- "@book{ihaka:1996,"
ref_type <- rebib::get_reference_type(ref_first_line)
ref_type

Run the code above in your browser using DataLab