vis: visualizes the matching/filling procedures

Description Usage Arguments Value Examples

View source: R/vis.R

Description

The function aims at simplyfying.

Usage

1
vis(object, column = NULL, details = FALSE)

Arguments

object

Object returned by the fill function.

column

The empty column for which we want to visualize the matching/filling procedures. By default the first empty column is taken.

details

Displays id, column, class and feature elements in the table. They are not displayed by default.

Value

list containing the pairs of value code and label

Examples

1
2
3
4
5
6
## Not run: 
 #rdf is an object returned by fill function
 vis(rdf)
 vis(rdf, details = TRUE)

## End(Not run)

rejustify/r-package documentation built on Nov. 7, 2021, 2:10 p.m.