| .parse_inputs | R Documentation |
Validate and split input data
.parse_inputs(data, label = NULL, unlabeled_data = NULL, na_action = "na.fail")
data |
data.frame or coercible object |
label |
optional column flagging labeled vs. unlabeled rows |
unlabeled_data |
optional data.frame of unlabeled observations |
na_action |
how to handle missing data: "na.fail" or "na.omit" |
A list with components data_l and data_u (data.frames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.