View source: R/transforma_tabela.R
transforma_tabela | R Documentation |
Function to Transforms table with numbers into percentage with 2 decimal places
transforma_tabela(tabela)
tabela |
table to transforms |
Returns a transform table with percentage
Lyncoln Oliveira
tabela=data.frame(x=c(0.5, 0.25), y=c(0.55, 0.93)) transforma_tabela(tabela)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.