powered by
subset_maker(x)
subset
x
is.consistent()
x[[i]] = 1:n
is.consistent
is.nested
is.strict
subset_maker(c(10,4,3)) is.nested(subset_maker(c(4,9,6))) #should be FALSE is.nested(subset_maker(c(9,6,4))) #should be TRUE
Run the code above in your browser using DataLab