View source: R/ftc_factor_exp_anual.R
ftc_factor_exp_anual | R Documentation |
ftc_factor_exp_anual(tbl)
ftc_compute_factor_exp_anual(tbl)
tbl |
data.frame: Conexión a base de datos o dataframe con los datos. |
Conexión a base de datos o dataframe según input con la variable
factor_exp_anual
agregada.
encft <- data.frame(FACTOR_EXPANSION = c(1028, 848, 400))
ftc_factor_exp_anual(encft)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.