naming_dir: Change text into good directry name

Description Usage Arguments Value Examples

View source: R/str_to_x.R

Description

Change text into good directry name

Usage

1
2
naming_dir(input = "FEATURE ENGINEERING FOR NLP IN PYTHON", sep = "_",
  is_paste = TRUE)

Arguments

input

character.

sep

a character string to separate the terms. Not NA_character_.

is_paste

Logical. Whether or not to paste the text on the clipboard.

Value

The directory name.

Examples

1
naming_dir("FEATURE ENGINEERING FOR NLP IN PYTHON", is_paste = FALSE)

JiaxiangBU/add2md documentation built on Jan. 31, 2020, 7:46 p.m.