Insert spaces between numbers and Chinese
Examples
if (FALSE) {
Sys.setenv(CLIPR_ALLOW=TRUE)
clipr::write_clip("hello1!", allow_non_interactive = TRUE)
clip_insert_spaces()
clipr::read_clip()
}
Insert spaces between numbers and Chinese
if (FALSE) {
Sys.setenv(CLIPR_ALLOW=TRUE)
clipr::write_clip("hello1!", allow_non_interactive = TRUE)
clip_insert_spaces()
clipr::read_clip()
}