Skip to contents

Converts Chinese inverted commas to right angle inverted commas

Usage

clip_convert_commas(reverse = FALSE)

Arguments

reverse

Logical. The default is FALSE, which converts inverted commas to right-angle inverted commas; if TRUE, it converts right-angle inverted commas to inverted commas.

Value

a piece of text to your Clipboard.

Examples

if (FALSE) {
Sys.setenv(CLIPR_ALLOW=TRUE)
clipr::write_clip("Sentences-containing-Chinese-inverted-commas.", allow_non_interactive = TRUE)
clip_convert_commas()
clipr::read_clip()
}