Is there an R class which allows to list 2 elements but shows only the first of them by default when called?
I am writing a function for ciphering small phrases, and I end up having the initial phrase (w0
) and its encrypted version (w1
).
I am writing a function for ciphering small phrases, and I end up having the initial phrase (w0
) and its encrypted version (w1
).