Reverse String in r
stringi::stri_reverse("abcdef")
## [1] "fedcba"
Trustworthy Whale
stringi::stri_reverse("abcdef")
## [1] "fedcba"