i found it is difficult to create character : ” is entered as \ “
when i input in R:
” is entered as \”
+
” is entered as \ ”
[1] ” is entered as ”
>" is entered as \\ "
[1] ” is entered as \ ”
>" is entered as \\"
[1] ” is entered as \”
how can i get character ” is entered as \ “?
i am still confused
cat(“is entered as \” )
is entered as >
> "is entered as \\"
[1] “is entered as \”
> print ("is entered as \\")
[1] “is entered as \”
"hoge \\"is actuallyhoge \printshows\as\\, so you find\\for\.try
cat:and probably
ncharwill manifest this: