/ Python And R Data science skills: 01 R language and rstudio installation and variable declaration telugu 01

Thursday 19 April 2018

01 R language and rstudio installation and variable declaration telugu 01


-------------------------------------
#This is my var
x <- 10
typeof(x)
y <- 20
num1 <- 40L
typeof(num1)
num2=22.45
name="vlr training"
typeof(name)
fomul= 2i+4
typeof(fomul)
pass=FALSE
typeof(pass)
pass=TRue

No comments:

Post a Comment