Stabilize Function Arguments


[Up] [Top]

Documentation for package ‘stbl’ version 0.2.0

Help Pages

are_chr_ish Check if an object can be safely coerced to character
are_chr_ish.default Check if an object can be safely coerced to character
are_dbl_ish Check if an object can be safely coerced to double
are_dbl_ish.character Check if an object can be safely coerced to double
are_dbl_ish.default Check if an object can be safely coerced to double
are_dbl_ish.factor Check if an object can be safely coerced to double
are_fct_ish Check if an object can be safely coerced to a factor
are_fct_ish.default Check if an object can be safely coerced to a factor
are_int_ish Check if an object can be safely coerced to integer
are_int_ish.character Check if an object can be safely coerced to integer
are_int_ish.default Check if an object can be safely coerced to integer
are_int_ish.factor Check if an object can be safely coerced to integer
are_lgl_ish Check if an object can be safely coerced to logical
are_lgl_ish.default Check if an object can be safely coerced to logical
is_chr_ish Check if an object can be safely coerced to character
is_dbl_ish Check if an object can be safely coerced to double
is_fct_ish Check if an object can be safely coerced to a factor
is_int_ish Check if an object can be safely coerced to integer
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 Ensure an argument meets expectations
stabilize_arg_scalar Ensure an argument meets expectations
stabilize_chr Ensure a character argument meets expectations
stabilize_chr_scalar Ensure a character argument meets expectations
stabilize_dbl Ensure a double argument meets expectations
stabilize_dbl_scalar Ensure a double argument meets expectations
stabilize_fct Ensure a factor argument meets expectations
stabilize_fct_scalar Ensure a factor argument meets expectations
stabilize_int Ensure an integer argument meets expectations
stabilize_int_scalar Ensure an integer argument meets expectations
stabilize_lgl Ensure a logical argument meets expectations
stabilize_lgl_scalar Ensure a logical argument meets expectations
to_chr Ensure a character argument meets expectations
to_chr.NULL Ensure a character argument meets expectations
to_chr_scalar Ensure a character argument meets expectations
to_dbl Ensure a double argument meets expectations
to_dbl.character Ensure a double argument meets expectations
to_dbl.factor Ensure a double argument meets expectations
to_dbl.NULL Ensure a double argument meets expectations
to_dbl_scalar Ensure a double argument meets expectations
to_fct Ensure a factor argument meets expectations
to_fct.NULL Ensure a factor argument meets expectations
to_fct_scalar Ensure a factor argument meets expectations
to_int Ensure an integer argument meets expectations
to_int.character Ensure an integer argument meets expectations
to_int.factor Ensure an integer argument meets expectations
to_int.NULL Ensure an integer argument meets expectations
to_int_scalar Ensure an integer argument meets expectations
to_lgl Ensure a logical argument meets expectations
to_lgl.NULL Ensure a logical argument meets expectations
to_lgl_scalar Ensure a logical argument meets expectations