check if lists are identical

PHOTO EMBED

Fri May 26 2023 17:13:39 GMT+0000 (Coordinated Universal Time)

Saved by @vs

list1 <- list(1, 2, 3)
list2 <- list(1, 2, 3)
identical(list1, list2)
content_copyCOPY