Learn R Programming

AHPWR (version 0.1.0)

transforma_tabela: Transforms table with numbers into percentage with 2 decimal places

Description

Function to Transforms table with numbers into percentage with 2 decimal places

Usage

transforma_tabela(tabela)

Value

Returns a transform table with percentage

Arguments

tabela

table to transforms

Author

Lyncoln Oliveira

Examples

Run this code
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