tests/test_strxxcrypt.R

library(datamart)

test_strxxcrypt <- function() {
  print(strencrypt(""))
  print(strdecrypt(""))
  
  print(strdecrypt(strencrypt("abc")))
  print(strencrypt("abc"))
}

test_strxxcrypt()

Try the datamart package in your browser

Any scripts or data that you put into this service are public.

datamart documentation built on May 2, 2019, 9:40 a.m.