limpiar_pp_products: Replace entities for the Peaks&Pit classifier

View source: R/limpiar_pp.R

limpiar_pp_productsR Documentation

Replace entities for the Peaks&Pit classifier

Description

Replace entities for the Peaks&Pit classifier

Usage

limpiar_pp_products(df, text_var)

Arguments

df

Data Frame or Tibble object

text_var

Name of your text variable

Value

Data Frame or Tibble object with text variable edited inline

Examples

## Not run: 
Example 1
df %>% limpiar_pp_products(message)
Example 2
limpiar_pp_products(df, message)

## End(Not run)


jpcompartir/LimpiaR documentation built on April 6, 2024, 5:22 a.m.