forked from aaronmams/rHD-Data-Import-Export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resources-and-Readings.Rmd
41 lines (23 loc) · 1.44 KB
/
Resources-and-Readings.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: "Resources-and-Readings"
author: "aaron mamula"
date: "8/6/2020"
output: html_document
---
# {.tabset .tabset-fade .tabset-pills}
## Spreadsheet-type Data
### read.csv() and write.csv()
[The "Reading and Writing CSV Files"](https://swcarpentry.github.io/r-novice-inflammation/11-supp-read-write-csv/) from the Software Carpentry Group is pretty nice.
### read_csv()
[Chapter 11: Data Import](https://r4ds.had.co.nz/data-import.html) from Hadley Wickham's e-book R For Data Science.
## APIs
### General
[Good general purpose article on Medium about R and APIs](https://medium.com/@traffordDataLab/querying-apis-in-r-39029b73d5f1)
[The Earth Lab at University of Colorado has a nice, pretty deep R-API tutorial](https://www.earthdatascience.org/courses/earth-analytics/get-data-using-apis/API-data-access-r/)
### RJSONIO
[Zev Ross's blog has a nice RJSONIO tutorial](http://zevross.com/blog/2015/02/12/using-r-to-download-and-parse-json-an-example-using-data-from-an-open-data-portal/)
## Databases
[Link to the CRAN repository for the RMySQL driver](https://cran.r-project.org/web/packages/RMySQL/index.html)
[R Studio help-page on Oracle Databases](https://db.rstudio.com/databases/oracle/)
[R Studio help-page on SQL Server Databases](https://db.rstudio.com/databases/microsoft-sql-server/)
[R Studio support on connect to SQL Server Database](https://support.rstudio.com/hc/en-us/articles/214510788-Setting-up-R-to-connect-to-SQL-Server-)