html로 된 자료를 가져와 보자.

library(rvest)
## Warning: package 'rvest' was built under R version 3.2.3
## Loading required package: xml2
## Warning: package 'xml2' was built under R version 3.2.3
library(httr)
## Warning: package 'httr' was built under R version 3.2.3
library(magrittr)

htxt <- read_html("D://gd//_학위논문 준비//정부평가//2005_완료//정부투자기관//1[1].조폐-기관-1.htm") 

article <- html_nodes(htxt, "p") 
article <- repair_encoding(html_text(article))
## Best guess: UTF-8 (100% confident)
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000025e6 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U0000ff65 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U0000ff65 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002024 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U00002219 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
## Warning in stringi::stri_conv(x, from = from): the Unicode codepoint
## \U000000a0 cannot be converted to destination encoding
text1 <- data.frame(article)

head(text1)
##                        article
## 1                             
## 2                            ?
## 3                             
## 4 Ⅲ. 기관별 경영실적 평가결과
## 5                             
## 6                            ?
text1$title <- ifelse(text1$article == "2. 종합경영부문" | text1$article == "3. 주요사업부문" | text1$article == "4. 경영관리부문" , 1, 0)

which(text1$title == 1)
## [1]  401  667 1027
title2 <- character(length = nrow(text1))

for (i in 2:nrow(text1))
{
  title2[i] <- (ifelse(text1$title[i] == 1, as.character(text1$article[i]), title2[i-1]))
}

text1 <- cbind(text1, title2)

text2 <- subset(text1, title2 == "2. 종합경영부문" | title2 == "4. 경영관리부문")
text2$article <- gsub("\\?", "", text2$article)
text2$article <- trimws(text2$article)

qual <- c("가. 책임경영 구현 및 공익성 제고를 위한 최고경영진의 노력과 성과",
          "나. 경영혁신 노력과 성과",
          "다. 윤리경영 실천을 위한 최고 경영진의 노력과 성과",
          "라. 이사회 운영의 활성화를 위한 노력과 성과", 
          "사. 고객만족도",
          "(가) 조직인사관리의 합리화", 
          "1) 보수수준의 적정성", 
          "(나) 보수구조의 합리화",
          "(다) 노사관리의 합리화",
          "(가) 내부평가제도 및 평가결과 활용의 적정성",
          "(1) 재무정책",
          "(2) 예산운용",
          "(1) 경영정보관리의 효율성",
          "(2) 연구개발")
          
text2$min.ttl <- 0

for (i in qual)
{
  for (j in 2:nrow(text2))
  {
    text2$min.ttl[j] <- ifelse(text2$article[j] == i, text2$min.ttl[j]+1,text2$min.ttl[j])
  }
}

text2$min.ttl2 <- c()

for (i in 2:nrow(text2))
{
  text2$min.ttl2[i] <- ifelse(text2$min.ttl[i] == 1, text2$article[i], text2$min.ttl2[i-1])
}

text2$sl <- 0
text2$sl <- ifelse(substr(text2$article, 1, 1) == "【", 1, 0)

text2$sl2 <- NA

for (i in 2:nrow(text2))
{
  text2$sl2[i] <- ifelse(text2$sl[i] == 1, text2$article[i], text2$sl2[i-1])
}

text2$merge <- ifelse(substr(text2$article, 1, 1) == "[", 1, 0)

text2$merge2 <- NA

for(i in 2:nrow(text2))
{
  text2$merge2[i] <- ifelse(text2$merge[i] == 1, 
                            paste(text2$article[i], text2$article[i+1]), 0)
}

text2 <- subset(text2, merge2!=0)

text2 <- subset(text2, select = c("title2", "min.ttl2", "sl2", "merge2"))

rownames(text2) <- NULL
names(text2) <- c("group", "index", "type", "contents")