add_growth_rate: Convert series to growth rate

View source: R/add_growth_rate.R

add_growth_rateR Documentation

Convert series to growth rate

Description

Convert series to growth rate

Usage

add_growth_rate(X, exclude = NULL, inplace = TRUE)

Arguments

X

A df/tibble

exclude

A vector of columns names indicating columns to ignore when computing the fd. Names can be passed directly as if they were variables in the environment - if missing defaults to NULL.

inplace

A logical indicating whether to replace values or add values as new columns to X - if missing defaults to TRUE.

Value

A df/tibble augmented with converted variables.


aflatoune/approche-directe documentation built on May 30, 2022, 1:56 p.m.