-
Notifications
You must be signed in to change notification settings - Fork 1
/
L01-Exercises.qmd
75 lines (46 loc) · 1.9 KB
/
L01-Exercises.qmd
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
## Exercises
::: {.callout-note collapse="true"}
`r this_exercise(ID="camel-drive-roof")`
{{< include ../LSTexercises/DataComputing/Z-camel-drive-roof.qmd >}}
:::
::: {.callout-note collapse="true"}
`r this_exercise(ID="cat-bring-shirt")`
{{< include ../LSTexercises/DataComputing/Z-cat-bring-shirt.qmd >}}
:::
::: {.callout-note collapse="true"}
`r this_exercise(ID="child-talk-candy")`
{{< include ../LSTexercises/DataComputing/Z-child-talk-candy.qmd >}}
:::
::: {.callout-note collapse="true"}
`r this_exercise(ID="kangaroo-see-dress")`
{{< include ../LSTexercises/DataComputing/Z-kangaroo-see-dress.qmd >}}
:::
::: {.callout-note collapse="true"}
`r this_exercise(ID="snake-come-closet")`
{{< include ../LSTexercises/DataComputing/Z-snake-come-closet.qmd >}}
:::
::: {.callout-note collapse="true"}
`r this_exercise(ID="owl-say-knife")`
{{< include ../LSTexercises/DataComputing/Z-owl-say-knife.qmd >}}
:::
::: {.callout-note collapse="true"}
`r this_exercise(ID="kitten-drink-sofa")`
{{< include ../LSTexercises/fromSDS/kitten-drink-sofa.Rmd >}}
:::
::::
<!--
::: {.callout-note collapse="true"}
`r this_exercise(ID="pine-show-piano-F-5")`
DRAFT, talk about date-times and why the CDC data uses `month` and `day of week`.
:::
::: {.callout-note collapse="true"}
`r this_exercise(ID="data-improper")`
This *table* of values is *not* a proper data frame. Why not?
Have variables with mixed types, and shift units of observations from countries to individuals.
:::
::: {.callout-note collapse="true"}
`r this_exercise(ID="data-open-codebook")`
Direct the reader to one of the open data sites, e.g. <https://data.cityofnewyork.us/City-Government/Open-Parking-and-Camera-Violations/nc67-uf89> Point out that the web site is a combination of documentation, a "table preview", and a way to access a spreadsheet CSV file containing the data.
A small part of this data is provided as `LSTbook::NYC_parking`.
:::
-->