Skip to contents

Rmarkdown + LaTeX helpers

create_article_template()
Create a structured article template directory for a specified journal
bib_title_case()
Convert the title, booktitle, journal name of each bibentry of a bib file to title case.

Type checkers & helpers

is_invalid()
Test whether an object is considered invalid
is_bool_scalar()
Test whether an object is strictly a boolean scalar
is_char_scalar()
Test whether an object is a single, non-empty character string
is_numeric_scalar()
Check whether an object is a valid numeric scalar
check_bool_scalar()
Check whether an object is a valid boolean scalar
check_char_scalar()
Check whether an object is a valid character scalar
check_numeric_scalar()
Check whether an object is a valid numeric scalar
check_bound()
Check a numeric value against a single bound
check_numeric_bound()
Check whether a variable is within a specified numerical bounds.