Ergheaf gur EBG-13 pvcurevat bs n fgevat
rot13 applied to the above title returns the string "Returns the ROT-13 ciphering of a string".
rot13(string)
string |
a string of characters. |
a string of characters.
J.R. Lobry
citation("seqinr")
## ## Simple ciphering of a string: ## message <- "Hello, world!" rot13(message) # "Uryyb, jbeyq!" ## ## Routine sanity check: ## stopifnot(identical(rot13(rot13(message)), message))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.