Skip to content

Commit

Permalink
format bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
JSBoey committed Apr 9, 2024
1 parent 72f110b commit 45a8ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/3.function_conditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Lets break down the anatomy of the pseudocode:

- `f` is the assigned name of the function.
- `function()` initialises a function call, telling R that
- We are writing a function
- Anything inside round brackets are arguments for the function
- Anything after the closing round bracket and on the same line is the code that defines the function
- We are writing a function
- Anything inside round brackets are arguments for the function
- Anything after the closing round bracket and on the same line is the code that defines the function
- `{ <do_something> }` is the expression that defines how the function works

Let's write a function to give some context as to what each part does.
Expand Down

0 comments on commit 45a8ea5

Please sign in to comment.