
上QQ阅读APP看书,第一时间看更新
Getting ready
R provides several packages to read JSON data, but we will use the jsonlite package. Install the package in your R environment, as follows:
> install.packages("jsonlite")
If you have not already downloaded the files for this chapter, do it now and ensure that the students.json files and student-courses.json files are in your R working directory.