Description Usage Arguments Examples
This function lets you go through data, labelling it as either 1 or 0. Useful for validating data. Enter numbers corresponding to entries displayed, unseparated.
1 | iaValidate(df, col, samplesize = 5, reset = FALSE, idcol = "id")
|
df |
Dataset to work with |
col |
Column containing data to be displayed |
samplesize |
How many entries to display at once |
reset |
Reset the process / all "seen" <- 0 |
idcol |
Values from idcol are displayed next to values from col. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.