powered by
Function to Transforms table with numbers into percentage with 2 decimal places
transforma_tabela(tabela)
Returns a transform table with percentage
table to transforms
Lyncoln Oliveira
tabela=data.frame(x=c(0.5, 0.25), y=c(0.55, 0.93)) transforma_tabela(tabela)
Run the code above in your browser using DataLab