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