R语言assertive.properties包说明文档(版本 0.0-4)

返回R语言所有包列表

are_same_length 输入的长度/尺寸是否相同?
are_same_length_legacy 输入的长度/尺寸是否相同?
assert_all_are_same_length 输入的长度/尺寸是否相同?
assert_all_are_same_length_legacy 输入的长度/尺寸是否相同?
assert_any_are_same_length 输入的长度/尺寸是否相同?
assert_any_are_same_length_legacy 输入的长度/尺寸是否相同?
assert_are_same_length 输入的长度/尺寸是否相同?
assert_has_all_attributes 输入是否具有指定的属性?
assert_has_any_attributes 输入是否具有指定的属性?
assert_has_colnames 输入有名字吗?
assert_has_cols 输入是否有行/列?
assert_has_dimnames 输入有名字吗?
assert_has_dims 输入是否有尺寸?
assert_has_duplicates 输入是否有重复项?
assert_has_elements 输入是否为空/标量?
assert_has_names 输入有名字吗?
assert_has_no_duplicates 输入是否有重复项?
assert_has_rownames 输入有名字吗?
assert_has_rows 输入是否有行/列?
assert_has_slot S4输入是否有插槽?
assert_have_same_dims 输入的长度/尺寸是否相同?
assert_is_atomic 输入是原子的/递归的/向量的吗?
assert_is_empty 输入是否为空/标量?
assert_is_monotonic_decreasing 向量是单调递增还是单调递减?
assert_is_monotonic_increasing 向量是单调递增还是单调递减?
assert_is_nested 输入是原子的/递归的/向量的吗?
assert_is_non_empty 输入是否为空/标量?
assert_is_non_nested 输入是原子的/递归的/向量的吗?
assert_is_non_scalar 输入是否为空/标量?
assert_is_not_null 输入是否为空?
assert_is_null 输入是否为空?
assert_is_of_dimension 输入是否为空/标量?
assert_is_of_length 输入是否为空/标量?
assert_is_recursive 输入是原子的/递归的/向量的吗?
assert_is_scalar 输入是否为空/标量?
assert_is_unsorted 输入是否未排序?
assert_is_vector 输入是原子的/递归的/向量的吗?
DIM 获取对象的尺寸
has_any_attributes 输入有任何属性吗?
has_attributes 输入是否具有指定的属性?
has_colnames 输入有名字吗?
has_cols 输入是否有行/列?
has_dimnames 输入有名字吗?
has_dims 输入是否有尺寸?
has_duplicates 输入是否有重复项?
has_elements 输入是否为空/标量?
has_names 输入有名字吗?
has_no_attributes 输入有任何属性吗?
has_no_duplicates 输入是否有重复项?
has_rownames 输入有名字吗?
has_rows 输入是否有行/列?
has_slot S4输入是否有插槽?
have_same_dims 输入的长度/尺寸是否相同?
is_atomic 输入是原子的/递归的/向量的吗?
is_empty 输入是否为空/标量?
is_monotonic 向量是单调递增还是单调递减?
is_monotonic_decreasing 向量是单调递增还是单调递减?
is_monotonic_increasing 向量是单调递增还是单调递减?
is_nested 输入是原子的/递归的/向量的吗?
is_non_empty 输入是否为空/标量?
is_non_nested 输入是原子的/递归的/向量的吗?
is_non_scalar 输入是否为空/标量?
is_not_null 输入是否为空?
is_null 输入是否为空?
is_of_dimension 输入是否为空/标量?
is_of_length 输入是否为空/标量?
is_recursive 输入是原子的/递归的/向量的吗?
is_scalar 输入是否为空/标量?
is_unsorted 输入是否未排序?
is_vector 输入是原子的/递归的/向量的吗?
n_elements 获取元素数