Monday 5 December 2016

R Language - Simple Example - Open Excel file and display its content


watch this example on YouTube



Download/install R
Download/install Strawberry
Execute the following
install.packages(pkgs="gdata")
 
_________________________________________________________________
 
to open/read data to variable
> myvar <- read.xls("C://test//Excel//test.xlsx") 

to display data from myvar
>myvar

No comments:

Post a Comment