Description Usage Arguments Author(s) Examples
Compute the attribute list by inputting relational data
1 | attr_list(name_attribute)
|
name_attribute |
A matrix or dataframe where 1st column contains the names; 2nd column contains corresponding attributes |
Peter I-Fan Wu
1 2 | name_attribute=data.frame(name=c(1,2,2,3,3),attribute=c("A","B","C","D","E"))
attr_list(name_attribute)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.