Description Usage Arguments Details Value Author(s) Examples
Replaces factor and character variables by a combination of random sampled letters and numbers. Numeric columns are also transformed, see details.
1 2 3 4 |
.data |
A vector or a data frame. |
col.names |
A string for column names. |
row.names |
A string for rown names, default is empty. |
Strings will is replaced by an algorithm with 52/102 chance of choosing a letter and 50/102 chance of choosing a number; then it joins everything in a 5-digits long character string.
An object of the same type as .data
.
Daniel Marcelino, dmarcelino@live.com.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.