| attr_extract | R Documentation |
This function extracts attributes available in a data frame and creates a structured list
attr_extract(dfrm)
dfrm |
data frame containing the attributes |
named list with the attributes
Richard Hooijmaijers
attrl <- attr_xls(system.file("example/Attr.Template.xlsx",package = "amp.dm"))
nm <- read.csv(system.file("example/NM.theoph.V1.csv",package = "amp.dm"))
nmf <- attr_add(nm, attrl, verbose = FALSE)
attrl2 <- attr_extract(nmf)
all.equal(attrl,attrl2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.