my_chng: Estimates percentage change

View source: R/my_chng.R

my_chngR Documentation

Estimates percentage change

Description

This function simply estimnates a percentage change of a variable with a limit on the scale

Usage

my_chng(v1, v2, limit = NA)

Arguments

v1

Type of path needed "D" for Data, "R", for Result and "G" for generic. You need those paths to be load in the global environment

v2

I normally call my data folder the same as the project so it automatically sets to the project name. Alternatives available.

Value

A numeric value in percentage change from v2 relative to v1


jepa/MyFunctions documentation built on June 14, 2025, 1:12 p.m.