From 6e52fd9266e3423cb5120e9ff5c92ee24edf706c Mon Sep 17 00:00:00 2001 From: hadley Date: Wed, 3 May 2017 08:18:03 -0500 Subject: [PATCH] Update link. Fixes #513 --- import.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import.Rmd b/import.Rmd index d921c9e..37f977b 100644 --- a/import.Rmd +++ b/import.Rmd @@ -644,6 +644,6 @@ To get other types of data into R, we recommend starting with the tidyverse pack __RSQLite__, __RPostgreSQL__ etc) allows you to run SQL queries against a database and return a data frame. -For hierarchical data: use __jsonlite__ (by Jeroen Ooms) for json, and __xml2__ for XML. Jenny Bryan has some excellent worked examples at . +For hierarchical data: use __jsonlite__ (by Jeroen Ooms) for json, and __xml2__ for XML. Jenny Bryan has some excellent worked examples at . For other file types, try the [R data import/export manual](https://cran.r-project.org/doc/manuals/r-release/R-data.html) and the [__rio__](https://github.com/leeper/rio) package.