see.label: Match between the colnames of the tibble and their...

Description Usage Arguments Details Value See Also Examples

View source: R/see.label.R

Description

see.label enables to see the match between the colnames of the tibble and their corresponding labels.

Usage

1
see.label(tibble)

Arguments

tibble

A tibble object

Details

Usefull function to check the corresponance between colnames and their labels in a tibble object.

Value

A matrix

See Also

apply.format

Examples

1
2
3
4
5
6
7
library(haven)

path1 <- system.file("examples", "clinical_sas.sas7bdat", package = "ClinReport")
path2 <- system.file("examples", "formats.sas7bcat", package = "ClinReport")
data=read_sas(path1,path2)

see.label(data)

jfrancoiscollin/ClinReport documentation built on Sept. 20, 2020, 7:33 a.m.