Description Usage Arguments Details Value See Also Examples
see.label
enables to see the match between the colnames of the tibble and their corresponding labels.
1 | see.label(tibble)
|
tibble |
A tibble object |
Usefull function to check the corresponance between colnames and their labels in a tibble object.
A matrix
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.