commit cf0421cac8f28d093c9866c1988c7ef8e14b1d36 parent 53cd24d75806f8dbda59b97aff056c7f1d9c44c2 Author: Jon Harmon <jonthegeek@gmail.com> Date: Tue, 2 Sep 2025 11:33:00 -0500 Tweak LOs (#91) Diffstat:
| M | slides/04.qmd | | | 6 | +++--- | 
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/slides/04.qmd b/slides/04.qmd @@ -6,9 +6,9 @@ title: Subsetting ## Learning objectives: - Select multiple elements from a vector with `[` -- Learn about the 3 subsetting operators: `[[`, `[`, and `$` -- Learn how subsetting works with different vector types -- Learn how subsetting can be combined with assignment +- Select single elements from a vector with `[[` and `$` +- Assign to subsets of vectors +- Use subsetting to expand data # Selecting multiple elements