Description Usage Format Source
((values + 15e6)^{0.87}) + 12348223
The columns have been obfuscated within a dataframe made of 10 columns. The encoded values of hp is column 9 and qsec is column 4.
A dataset containing 32 rows and 12 columns. It has encoded two columns of the mtcars datasets (i.e.,qsec and hp). The encoding method is as follow:
((values + 15e6)^{0.87}) + 12348223
The columns have been obfuscated within a dataframe made of 10 columns. The encoded values of hp is column 9 and qsec is column 4.
1 |
An object of class data.frame
with 32 rows and 10 columns.
https://www.rdocumentation.org/packages/datasets/versions/3.6.2/topics/mtcars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.