Description Usage Arguments Details
build_pibble() creates a tbl_pb object with more controls. It is useful for creating a tbl_pb internally inside a function.
| 1 | build_pibble(tbl, .i = NA, .t = NA, .d = 1, .uniqcheck = FALSE)
 | 
| .i | Quoted variable name(s) that identify the individual cases. If this is omitted,  | 
| .t | Quoted variable name indicating the time.  | 
| .d | Number indicating the gap in  | 
| .uniqcheck | Logical parameter. Set to TRUE to perform a check of whether  | 
| .df | Data frame or tibble to declare as a panel. | 
Be aware that pibble objects store .i and .t as strings. As a low-level constructor, build_pibble() takes only character arguments for .i and .t, not unquoted variables.
For speed, build_pibble() does not check the adequacy of the inputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.