top of page

Government & NonProfit Leadership

No policy questions today. Only R programming!

Quantitative Analysis using R

Go to the US government’s open data site. Choose a csv file of your choice after browsing the available datasets. Then import that data into 3 variables in R. Call those variables dataset1, dataset2, dataset3 and use read.csv, read.table and read.delim commands respectively to import the data.

bottom of page