powered by
is_palindrome(x, case.sensitive = FALSE)
test1 = 123 test2 = "12321" test3 = c("a",1,2,3,2,1,"a") is_palindrome(test1) is_palindrome(test2) is_palindrome(test3)
Run the code above in your browser using DataLab