desc_changes: desc_changes Function

View source: R/desc_changes.R

desc_changesR Documentation

desc_changes Function

Description

The function desc_changes is used to save messages of changes applied in database

Usage

desc_changes(x, col = "blue")

Arguments

x

a string

Value

list_changes list with messages to report. var_sino <- c("Fum","alcohol") desc_changes(paste0("Los valores, 0 y 1 se han considerado 'No' y 'Si' respectivamente para las variables: ", paste(var_sino,collapse = ", ") )) desc_changes("Los valores superiores a 10000 para la variable n_il6_f han sido considerados NA ") list_changes #With results = 'asis' rmarkdown chunk for(i in seq_along(list_changes)) cat(list_changes[[i]])

Author(s)

Miriam Mota miriam.mota@vhir.org

Examples

desc_changes("")


uebvhir/anaStatsUEB documentation built on May 6, 2023, 3:46 a.m.