#Strings in R

1 messages · Page 1 of 1 (latest)

high totem
#

I'm having a problem printing a string in R

#

Why is the 1st word being deleted? Is there any way to fix this?

summer nest
#

Seems to be an error, maybe from the interpreter you're using or something because it shouldn't remove the first word. Try again but restart everything.

#

;compile

str <- "We are the so called \"Vikings\", from the north"
str
cat(str)
soft lagoonBOT
#
Program Output
[1] "We are the so called \"Vikings\", from the north"
We are the so called "Vikings", from the north
high totem
#

I'm so confuse

#

and I can write on this line, wtf?

summer nest
#

Yea whatever you're using to write your R seems a bit broken.

#

A please, be careful with your language. Thank you.

high totem
#

on an older version