Im trying to get JSON from webapi to R
From the following website http://wbes.srldc.in/Report/GetCurrentDayFullScheduleMaxRev?regionid=4&ScheduleDate=31-05-2020
When i try in browser, getting a proper response.
However when i try in R using any method, the fetched data is of a different html page without any JSON format.
Im just starting with R without any programming background. Please help