diff --git a/slide_r_elements_4.Rmd b/slide_r_elements_4.Rmd index 1b1917e..cf9c854 100644 --- a/slide_r_elements_4.Rmd +++ b/slide_r_elements_4.Rmd @@ -38,17 +38,13 @@ name: contents - variables and their types - operators - vectors -- numbers as vectors -- strings as vectors - matrices - lists - data frames -- objects -- **repeating actions: iteration and recursion** -- **decision taking: control structures** -- **functions in general** -- **variable scope** -- **base functions** +- **repeating actions: loops** +- **decision taking: `if` control structures** +- **functions** + --- name: repeating_actions_1