Convert the title, booktitle, journal name of each bibentry of a bib file to title case.
Source:R/bib_title_to_title_case.R
bib_title_to_title_case.Rdbib_title_to_title_case() has been deprecated in v0.3.0 and will be
removed in a future release.
Please use bib_title_case() instead.
This function remains as a compatibility wrapper and simply forwards all
arguments to bib_title_case().
Value
The return value of bib_title_case().
Details
This function takes any arguments (...) and passes them directly to
bib_title_case(). See that function's documentation for full argument
details.