df2link | R Documentation |
df to link table
df2link(test, fun = sum)
test |
df with at least 3 columns |
fun |
function to summary the elements number, defalut: |
data.frame
data(otutab)
cbind(taxonomy, num = rowSums(otutab))[1:10, ] -> test
df2link(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.