R in the browser
Some example code snarfed from https://r-wasm.github.io/quarto-live/
Interactive code blocks
Interactive exercises
Take the starwars
dataset and filter so that only characters of species “Droid” are returned.
Hint 1
Consider using the filter()
function from dplyr
.
|> filter(______) starwars