강의

멘토링

커뮤니티

Inflearn Community Q&A

dydwns1998101574's profile image
dydwns1998101574

asked

Building the Basics of R Programming

Introduction to R and variable declaration

a가 1이라고 하는데 이상해요

Written on

·

229

0

R

Answer 2

1

coco님의 프로필 이미지
coco
Instructor

안녕하세요. 배용준님 console창을 보시면 a 만 실행 되어있는데, 

a<-1

a

a<-2

a

이렇게 순서데로 실행해보시고 확인 해 보시면 좋을 것 같습니다.

감사합니다. 

0

a <- 2  ↙️요기에 커서를 놓고 엔터 

a ↙️그리로 요기서 엔터 누르면 실행 됩니다

또는 전체 드래그 해서 설정 하고  "ctrl  + 엔터"   하면 됩니다

 

dydwns1998101574's profile image
dydwns1998101574

asked

Ask a question