Description Usage Arguments Value Examples
Creates a list of lists representing a PFA cell.
| 1 2 | 
| type | cell type, which is an Avro schema as  | 
| init | cell initial value, which is a  | 
| source | if "embedded", the init is the data structure, if "json", the init is a URL string pointing to an external JSON file | 
| shared | if TRUE, the cell is shared across scoring engine instances | 
| rollback | if TRUE, the cell's value would be rolled back if an uncaught exception is encountered | 
a list of lists that can be inserted into pfa_config.
| 1 | pfa_cell(avro_double, 12)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.