text_to_clean_document: Convert text into clean document using several functions from...

text_to_clean_documentR Documentation

Convert text into clean document using several functions from the package tm

Description

Convert text into clean document using several functions from the package tm

Usage

text_to_clean_document(
  text,
  remove_numbers = TRUE,
  remove_stop_words = TRUE,
  remove_specific_words = TRUE,
  remove_punctuation = TRUE,
  text_stemming = FALSE,
  specific_words = NULL
)

Arguments

text

internal

remove_numbers

internal

remove_stop_words

internal

remove_specific_words

internal

remove_punctuation

internal

text_stemming

internal

specific_words

internal

Value

internal


cparsania/FungiExpresZ documentation built on March 15, 2024, 5:48 p.m.