Zend Anwar

Full stack web developer

Day: February 12, 2018

R data types

R not like other programming languages like C and java,the variables are not declared as some data type. R basically object base.There are many types of R-objects. The frequently used ones are − Vectors Lists Matrices Arrays Factors Data Frames These objects is the vector object and there are six data types of these atomic […]

Read More

R script

# My first program in R Programming > strVar <- “Hello, World!” > print ( strVar) [1] “Hello, World!” Comments #This is R comments  

Read More

Hello world in R

print(“Hello World”)

Read More

R graphics engine version 12 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.

This warning message mean that, The current RStudio version is 1.0.143. Download and install the newest version. > RStudio.Version()$version [1] ‘0.99.896’ Please update your version.

Read More