
Question: So what is the underlying design of the websites we have looked at?
Answer: High level overview goes into more and more detail, and you can change the views yourself.
Answer: You can export to Carto, Plotly. You can download .csv, .xml.
And now you can access the data in .json format directly from R through an API.
install.packages(“RSocrata”)
library(RSocrata)
df <- read.socrata(“https://data.sfgov.org/resource/2iym-9kfb?\$$app_token=YOURAPPTOKENHERE”)
Answer: Make a map of SF with the Parking meters on it. Where are the Parking meters?
To use the API you need to create an account on the website.
If you are going to work with data and the web, you are likely to run into data in JSON and XML formats.
So if you going into writing apps, .
Download the code for Chapter 2.
Examine
These are all .txt files. Looking at the files again, open each of them up.