Package index
-
are_chr_ish()is_chr_ish() - Check if an object can be safely coerced to character
-
are_dbl_ish()is_dbl_ish() - Check if an object can be safely coerced to double
-
are_fct_ish()is_fct_ish() - Check if an object can be safely coerced to a factor
-
are_int_ish()is_int_ish() - Check if an object can be safely coerced to integer
-
are_lgl_ish()is_lgl_ish() - Check if an object can be safely coerced to logical
-
object_type() - Identify the class, type, etc of an object
-
regex_must_match() - Create a regex matching rule
-
regex_must_not_match() - Create a 'must not match' regex rule
-
stabilize_arg()stabilize_arg_scalar() - Ensure an argument meets expectations
-
stabilize_chr()stabilize_chr_scalar()to_chr()to_chr_scalar() - Ensure a character argument meets expectations
-
stabilize_dbl()stabilize_dbl_scalar()to_dbl()to_dbl_scalar() - Ensure a double argument meets expectations
-
stabilize_fct()stabilize_fct_scalar()to_fct()to_fct_scalar() - Ensure a factor argument meets expectations
-
stabilize_int()stabilize_int_scalar()to_int()to_int_scalar() - Ensure an integer argument meets expectations
-
stabilize_lgl()stabilize_lgl_scalar()to_lgl()to_lgl_scalar() - Ensure a logical argument meets expectations