powered by
assert_is_list(x) is_list(x, .xname = get_name_in_parent(x))
is_list
is.list
assert_is_list(list(1,2,3)) #These examples should fail. assert_is_list(1:10)
Run the code above in your browser using DataLab