Converts Chinese inverted commas to right angle inverted commas
Source:R/remove_tag.R
clip_convert_commas.Rd
Converts Chinese inverted commas to right angle inverted commas
Arguments
- reverse
Logical. The default is
FALSE
, which converts inverted commas to right-angle inverted commas; ifTRUE
, it converts right-angle inverted commas to inverted commas.
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()
}