paleolimbot / rbbt

R Interface to the Better BiBTex Zotero Connector
142 stars 25 forks source link

Fix function name in README #23

Closed Robinlovelace closed 3 years ago

Robinlovelace commented 3 years ago
> bbt_detect_citation
Error: object 'bbt_detect_citation' not found
> bbt_detect_citations
function (path = bbt_guess_citation_context(), locale = readr::default_locale()) 
{
    bbt_detect_citations_chr(readr::read_file(path, locale = locale))
}
<bytecode: 0x55bb717a2998>
<environment: namespace:rbbt>
paleolimbot commented 3 years ago

Thanks!