Reduce length of value according to specification
1 2  | reduceLength(value, type = c("Number", "Date", "Varchar"), len = NULL,
  num_dec = NULL)
 | 
value | 
 value to be processed  | 
type | 
 data type of value  | 
len | 
 desired length of value; must be specified for Number type  | 
num_dec | 
 number of decimals; must be specified for Number type  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.