Skip to contents

Format chunks of dataframe to present as %s, round digits

Usage

chunk_formater_percenter(df, block_ranges, percent_digits = 1)

Arguments

df

dataframe of sheet to apply formatting to.

block_ranges

vector of characters specifying blocks of cells (in excel nomenclature) to format as %s

percent_digits

Decimal place to round to in percent

Value

Formatted version of df