How to Read url data in R ?

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.

I tried to navigate to your URL in my browser, and it timed out.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.