Revealjs Code Focus

shafayetShafee

1/21/23

Introduction

# this is some comment
# this is more comment

When this fragment is shown, the first line of code (span.line) will have the "focus" class added to it.

Another fragment. This time, both lines will now have the "focus" class.

More Examples

a <- 1
b <- 2
c <- 1 + 2

Then,

print(c)
[1] 3

Here we have declared two variables

Then added them and passed them to c

Then print the c