Tranform some continuous column to categorical.
| 1 | ds_ContToCat(dt, col_names, group_count = 5, inline = T)
 | 
| dt | A data.table for tranform. | 
| col_names | A character vector columns name for transform. | 
| group_count | An integer, default 5. Quantity group. | 
| inline | A boolean, default TRUE. Modify current data.table or return new data.table. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.