Hello friends ,
I am learning R it is very useful database .
I want to load data from website .
I want to read stock data and use the following logic .
nepse <- read.table("http://nepalstock.com/floorsheet",
header = FALSE,
sep = ",")
view(nepse)
But I can not get the table in readable format .
Please help...
P.S.- I am new to R and Rstudio.