forked from AdamWilsonLabEDU/SpatialDataScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTK_09.R
More file actions
24 lines (23 loc) · 786 Bytes
/
TK_09.R
File metadata and controls
24 lines (23 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#' ---
#' title: APIs, time-series, and weather Data
#' subtitle: Processing daily weather data from NOAA
#' week: 9
#' type: Task
#' presentation: PS_09_weather.html
#' reading:
#' - Overview of the [GHCN Dataset](https://www.ncdc.noaa.gov/data-access/land-based-station-data/land-based-datasets/global-historical-climatology-network-ghcn)
#' - Overview of [R and APIs](https://tclavelle.github.io/blog/r_and_apis/)
#' - Optional DataCamp course [Working with Web Data in R](https://www.datacamp.com/courses/working-with-web-data-in-r)
#' tasks:
#' - Complete the Case Study for this week.
#' ---
#'
#'
#' `r presframe()`
#'
#' # Reading
#'
## ----reading,results='asis',echo=F---------------------------------------
md_bullet(rmarkdown::metadata$reading)
#'
#'