limpiar_pp_companies: Remove known companies for pits & peaks

View source: R/limpiar_pp.R

limpiar_pp_companiesR Documentation

Remove known companies for pits & peaks

Description

Remove known companies for pits & peaks

Usage

limpiar_pp_companies(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_companies(message)
Example 2
limpiar_pp_companies(df, message)

## End(Not run)

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