Skip to content

Commit

Permalink
Update 03-functional-programming.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Nov 23, 2023
1 parent a26fcd0 commit 952dee2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 03-functional-programming.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,15 @@ This will list every object defined in the global environment. Now run the
following line:

```{webr-r}
x <- 1
```

and then `ls()` again. `x` should now be listed alongside the other objects. You
just manipulated the state of your current R session. Now if you run something
like:

```{webr-r}
x + 1
```

This will produce `2`. We want to avoid pipelines that depend on some definition
Expand Down

0 comments on commit 952dee2

Please sign in to comment.