Skip to contents

Insert spaces between numbers and Chinese

Usage

clip_insert_spaces()

Value

a piece of text to you Clipboard.

Examples

if (FALSE) {
Sys.setenv(CLIPR_ALLOW=TRUE)
clipr::write_clip("hello1!", allow_non_interactive = TRUE)
clip_insert_spaces()
clipr::read_clip()
}