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

View source: R/transforma_tabela.R

transforma_tabelaR Documentation

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)

Arguments

tabela

table to transforms

Value

Returns a transform table with percentage

Author(s)

Lyncoln Oliveira

Examples

tabela=data.frame(x=c(0.5, 0.25), y=c(0.55, 0.93))
transforma_tabela(tabela)


AHPWR documentation built on Dec. 7, 2022, 1:10 a.m.